
08-09-2006, 01:28 PM
|
|
OSP Starters
|
|
Join Date: Mar 2006
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
|
|
Replace '$row['username']' with simply $row['username'] - same for 'email'
echo "Username: ".$row['username']."<br> E-mail address: <input name=email type=text value=".$row['email']."><br /><a href=comments.php> -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
|