Jump to content

Snigs

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

Snigs's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. i have to udate the details of the user. i want that the form should show all the values which are already there in the database n then if the user wants to change any of it he can change otherwise the valuses should remain same as they were before but its not showing in the fields how do i do that so that it may show them... my code is: $userselect="SELECT*from b_users where username='$user'"; $userselect2=mysql_query($userselect); $userselect3=mysql_fetch_array($userselect2); $x1=$userselect3['email']; print "Your email:<input type='text' name='email' size='15' value='$x1'><p>"; is there some problem with this?? plz help me!!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.