Results 1 to 5 of 5

Thread: Edit

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Mar 2005
    Posts
    4

    Default Edit

    Hi there,

    I want to enable users who registered to be able to ediit his/her profile. How do I display their info as in registeration form? :?:

    Tq

  2. #2
    Join Date
    Feb 2005
    Location
    Slovenia
    Posts
    19

    Default

    At first you would have to tell us which forum do you use or. even bather - post link to your forum site.
    If you use phpBB this should be already enabled and i think that is much or less the same in most php based forums

  3. #3
    Join Date
    Mar 2005
    Posts
    6

    Default

    Indeed. I suggest using phpBB too. It's very easy to implement and update. I've seen 4 forums today that use phpBB.

  4. #4
    Join Date
    Mar 2005
    Posts
    4

    Default

    It's ok mate, I got it.

  5. #5
    Join Date
    Mar 2005
    Posts
    4

    Default

    awww man.. small prob I tried to use this code to display the value in textfield

    <input name="Nama" type="text" id="Nama2" value=<?php echo ("$name_out")?> size="50" maxlength="50">

    the value appear correct for the 1st time, but after updating it. It still taking the old value. The new value has already been saved in the db.

    Any idea what i shud do?

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
  •