hi there ppl i am trying to sort out so members can change there own username i am using wapdesire v_2
i have put this lot in settings/profile.php
and when i go to change me profile it says error updating profile and some one help me and tell me here i am going wrong please
also can some one tell me how i get it to go in the logs as well when some one changes there name thanks to any one that can help me out this this
i have put this lot in settings/profile.php
Code:
$name=mysql_fetch_array(mysql_query("SELECT username FROM users WHERE id='".getuid_sid($sid)."'"));
Code:
Username: <input name=\"name\" maxlength=\"100\" value=\"$name[0]\"/><br/>
Code:
username='".$name."'
also can some one tell me how i get it to go in the logs as well when some one changes there name thanks to any one that can help me out this this
Comment