Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
4 Endorsements
Ranked #396
Ranked #2K
~4K People Reached
Favorite Tags
Member Avatar for tomz6

I'm using Visual C++ express 2010. Whats wrong with this code: (A video tutorial uses this code and works fine on theirs) #include <iostream> using namespace std; int main(){ string myString = "hello"; cout << myString << endl; return 0; } ??? Says: error C2679: binary '<<' : no operator …

Member Avatar for mike_2000_17
0
3K
Member Avatar for xNZxAssAssiNx

I was wondering how I make this actually work, without the ternary operator it works perfectly fine. Is it even possible to use a ternary operator in this type of situation? $("#link").html("website" + $("#search").val() + "" + t.games.check==true ? "?games=true" : "?games=false"); Also I will need to do multiple ternary …

Member Avatar for pritaeas
0
68
Member Avatar for <M/>

I have always been curious on how to do this... how do you make pictures un-draggable from your page? (i.e) Somebody goes on my page and just drags my logos off my page. So what do I do to in order to make an image "un-stealable".

Member Avatar for <M/>
0
110
Member Avatar for xNZxAssAssiNx

So I have a default installation of WAMP on my computer (it is turned to online) and I can't access it on LAN. I tried installing it on another computer and it worked fine, so it isn't anything to do with my router. I am completely stumped as to what …

Member Avatar for xNZxAssAssiNx
0
91
Member Avatar for xNZxAssAssiNx

In my code I have a mysql query: "SELECT `username`,`password` FROM `users` WHERE `username` = 'Tyler'" This query doesn't return anything in codeigniter but it does return username and password if I query in phpmyadmin. Does anyone have any idea what is wrong? I'm guessing it has something to do …

Member Avatar for pritaeas
0
210
Member Avatar for scales

i added this code to my index.php (joomla ja-purity file 1.5) <?php if($this->countModules('user6')) : ?> <table class="nopad user6user7"> <tr valign="top"> <?php if($this->countModules('user6')) : ?> <td> <jdoc:include type="modules" name="user6" style="xhtml" /> </td> <?php endif; ?> <?php if ($this->countModules('user6') and $this->countModules('user7')) : ?> <td class="greyline">&#160;</td> <?php endif; ?> <?php if ($this->countModules('user7')) : …

Member Avatar for scales
0
452
Member Avatar for mofooooo

How do you get on Facebook at home on your school computer if it is blocked?! It is Lightspeed systems or something like that.

Member Avatar for fivebucksdeals
0
123
Member Avatar for cguan_77

hi guys, I had installed WAMP on my win 7 workstation, the PHP file is not executed or run in IE and firefox but works fine in Google Chrome. any ideas is greatly appreciated. Thanks.

Member Avatar for cguan_77
0
191
Member Avatar for PHPuss

I have code , and I need to change color row when in last column 'status' appears value = 'error' <?php //first, get the file... $file = file('log.txt'); //now count the lines .. $lines = count($file); //start the table here.. echo '</br>'; echo'<table border="1" width="600">'; echo ' <td width="400">Date</td>'; echo …

Member Avatar for simplypixie
0
167
Member Avatar for md.farhad

RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ $1.php [L,QSA] This works when i am typing in the url like www.anything.com/home, but when i click one of the link of the webpage i created, it shows the .php extension. Please Help!!!

Member Avatar for md.farhad
0
97
Member Avatar for xNZxAssAssiNx

Ok so i have gotten a script for a game (as a basis I'm hardly using any of it) and I was wondering if anyone wanted to help me to completely change it. Now I don't have a heap of money so I can't really give how ever helps me …

Member Avatar for xNZxAssAssiNx
0
62