Log in

View Full Version : php: change their profile settings



anvienonline2
08-18-2014, 01:39 PM
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.


$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

anvienonline2
08-24-2014, 09:01 AM
every body help me plz

keyboard
08-25-2014, 07:04 AM
Can you be a bit more specific please?
What exactly have you tried? What are you having issues with?

Bionic
09-02-2014, 05:07 PM
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-php-script-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.