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
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
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
Indeed. I suggest using phpBB too. It's very easy to implement and update. I've seen 4 forums today that use phpBB.
It's ok mate, I got it.
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