Quote:
Originally Posted by Spit-wad what do I need to download? I found some things that said 30-day trial, which made me ask that question. |
A Guide to Installing Apache, PHP, MySQL, and PHPMyAdmin on Windows
Here you go.
@ office_politics:
mysql_real_escape_string doesn't make a difference for the standard latin1 character set. Its only difference is that it escapes for more character sets.
Also, by subqueries, do you mean multiple queries? You need to use PHP's mysqli for that.