Re: NEED HELP
Posted: Wed Feb 11, 2009 7:32 pm
frankly, no I don't. You told me to make sure there was no spaces. I replied and I didn't get a reply.
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
<?php
$foo = $bar;
$str = "string";
// comment
Code: Select all
$id=mysql_query("SELECT id FROM users WHERE username='$user'");