Your not opening a MySQL connection is why there is that error. MySQL's engine does the escaping not php which is why its...
Hey use this code. Add it to a blank .js file amd include it in your page. Then just call one of the objects for the info you want. You'll need to...
Hey try this I didn't test it since I don't have files named like those but this one should work. <?php $imgs =...
You need to brush up on mysql first then so you know how to organize data so its optimized and fast. Then you can worry about the logic needed to...
You need to set up either a session for every person or a cookie and have each time one is created stored in an array based on its user type. Then...
I don't know of anyway to have the serve push data to the browser without using ajax. The server would have to request a browser reload if it were...
http://www.activexperts.com/activsocket/howto/telnet/php/ http://stackoverflow.com/questions/905348/telnet-connection-using-php
you need to add the count of the array elements. or ReDim it. This is visual; basic though and not php. Private MyStates(0 to 49) As String...
php has isNumeric() and isNaN() functions you could use to check if its a number. Then create an array with all special characters and loop...
if your trying to query one database using fields from another you could but you'd need to know the fields before hand. Return the first database...
You need to know the url variables. If you know that you can then add values to them. Example url...
@Magena there are corporations that use php and commercial software that uses asp.net. The major difference is asp can be used as both windows...
You started with an else if which is a no no. Also each database field where your using a non int value is being done wrong. Also you need to code...
Most servers don't have the super global $_ENV set which may be why. I don't know why your using it to begin with since it has default array keys....
try a flash server, I'm not sure but it may have direct streaming without the storage of temp files. They do that so you can play the movie back...
That is correct although you can also make it a .app file to but the .exe is a windows supported version. I don't know if linux is supported...
Are you parsing a file to get the value of the cookie? Why not use a database to store the value in to save you time or an xml file so it can be...
Your trying to use void which is reserved for functions that dont return something as a type. Generally theres int,float,double,char, and string....
Ok let me ask this do you want the user to be able to submit the data without the shift? If you do add an else if that excludes the shift. If you...
Chrome + Safari -webkit-border-radius: 3px; Firefox -moz-border-radius: 3px; Standard border-radius: 3px;
Separate names with a comma.