View Single Post
Old 06-26-2008, 10:43 PM   #13 (permalink)
codefreek
Super Moderator
Inquisitive 
 
codefreek's Avatar
 
Join Date: Sep 2007
Location: Near you.
Posts: 791
Thanks: 241
codefreek is on a distinguished road
Wink

Quote:
Originally Posted by delayedinsanity;
Your form might be causing the problem. You need the fields to look something more like

PHP Code:
echo '<input type="text" name="username" value="' $username '" />';
echo 
'<input type="text" name="password" value="' $password '" />'
how do i put this in my form ?
please reform it to, put it in my form # to match my form..
Ty.


NVM I FIXED ;)

Last edited by codefreek : 06-26-2008 at 10:59 PM. Reason: FIXED
codefreek is offline  
Reply With Quote