member changing there own username

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    member changing there own username

    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

    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."'
    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
    HELP THEM WHO HELPS YOU



    i only work on wapdesire v_2 coding only

    #2
    you provided very insufficient detail about what you saying. none of the code you posted above relates to updating username.
    Follow me @ksg91 | My Blog: http://ksg91.com | Nokia Blog: http://NokiaTips.in

    Comment


      #3
      Write here the sql code 4 updating username.

      Comment

      Working...
      X