Results 1 to 3 of 3

Thread: update username

  1. #1
    Join Date
    Oct 2008
    Posts
    42
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default update username

    hi friends,

    as admin I need to fetch my members usernames in a shape of links for any username.
    when I click on any one veiw it's information so that I can make update for these information.

    plz help with example

  2. #2
    Join Date
    Jul 2006
    Posts
    497
    Thanks
    8
    Thanked 70 Times in 70 Posts

    Default

    as admin I need to fetch my members usernames in a shape of links for any username.
    What is "a shape of links"? Do you mean you want a page you can link to like "user.php?u=vividona" and have it retrieve the specified user's info?

    when I click on any one veiw it's information so that I can make update for these information.
    So you want the information to be editable? Put all of it in textareas and textboxes. Then enclose those in a form with a submit button and set the form's action as a page (maybe the same page) which will process the form data.
    -- Chris
    informal JavaScript student of Douglas Crockford
    I like wikis - a lot.

  3. #3
    Join Date
    Oct 2008
    Posts
    42
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thank you Jesdisciple for you help I did it

    Thank you again

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •