Results 1 to 4 of 4

Thread: php: change their profile settings

  1. #1
    Join Date
    Aug 2014
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default php: change their profile settings

    I'm about ready to launch my site but I need a simple script to let members change their profile settings, display name, email and password. There is no profile page so I'm going to put this in popup form in thickbox. Any help would be greatly appreciated.

    PHP Code:
    $db_settings = array();
    $db_settings['host'] = 'localhost';    // mysql database host
    $db_settings['user'] = 'mysql_database_username';    // mysql database username
    $db_settings['password'] = 'database_password'// mysql database password
    $db_settings['name'] = 'database_name';    // mysql database name 
    Users table
    user_id
    Members can edit:
    name
    pass (not incripted)
    email

    New display name (name)

    Old Password
    New Password
    Re-type New Password
    Last edited by keyboard; 08-25-2014 at 09:38 PM. Reason: Format: Php Tags [php][/php]

  2. #2
    Join Date
    Aug 2014
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    every body help me plz

  3. #3
    Join Date
    Mar 2011
    Posts
    2,144
    Thanks
    59
    Thanked 116 Times in 113 Posts
    Blog Entries
    4

    Default

    Can you be a bit more specific please?
    What exactly have you tried? What are you having issues with?

  4. #4
    Join Date
    Sep 2014
    Posts
    5
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    I will be glad to write the script for you , i do charge. it will take about an hour to write it, it will be $75/hr. I would need FTp to your site.
    you can contact me via this forum if you want that level of assistance. otherwise i suggest you look at this example login system and see what they did.

    http://angry-frog.com/new-version-of...available-3-2/
    http://angry-frog.com/downloads-page/

    this is a perfected example is using PDO to interface with a database and update your settings.

Similar Threads

  1. Resolved how to add friends to my profile?
    By ajfmrf in forum The lounge
    Replies: 1
    Last Post: 12-07-2012, 03:05 AM
  2. Profile page help.
    By Jeffreyv1987 in forum PHP
    Replies: 2
    Last Post: 10-05-2010, 02:33 PM
  3. Myspace Profile Generator
    By Aidanx in forum PHP
    Replies: 2
    Last Post: 07-09-2007, 10:32 PM

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
  •