06-26-2008, 09:32 PM
|
#7 (permalink)
|
|
The Addict
Join Date: Nov 2007
Location: the Netherlands
Posts: 281
Thanks: 2
|
Ok to make it damn easy, echo the $sql variable. I bet we can learn much more from that :)
I go with delayedinsanity, you cannot use variables that don't exist (yet). You first have to create the variables that you want to be used. Both $id and $username don't exist, so they will return NULL. (NULL = basically _nothing_)
Edit// Damn too late :(
__________________
Nunchaku! Who doesn't like martial arts? =)
|
|
|