06-26-2008, 10:43 PM
|
#13 (permalink)
|
|
Super Moderator
Join Date: Sep 2007
Location: Near you.
Posts: 791
Thanks: 241
|
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
|
|
|
|