View Single Post
  #2  
Old 08-09-2006, 01:28 PM
tyler tyler is offline
OSP Starters
 
Join Date: Mar 2006
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
tyler is on a distinguished road
Default

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 --
Reply With Quote
  Webmaster Forums - View Single Post - T_string!!!!!!!!!!!
View Single Post
  #2  
Old 08-09-2006, 01:28 PM
tyler tyler is offline
OSP Starters
 
Join Date: Mar 2006
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
tyler is on a distinguished road
Default

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 --
Reply With Quote