![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Professional Programmer
|
Personalized Customer Profile
Hello, I am in need of help. I need a php script that when a user logs in it will allow them to make their own personlized user profile. With signature, color, order history,etc. I dont knwo how to do this or where to get started, so some tutorials, or volunteers, or already made-customizable scripts wul be nice. Thanks
__________________
Forgiveness is the fragrance that the violet sheds on the heal that has crushed it. - Mark Twain Destruction leads to a very rough road, but it also breeds creation. |
|
|
|
|
|
#2 |
|
Expert Programmer
Join Date: Aug 2005
Location: Rotterdam, the Netherlands
Posts: 942
Rep Power: 4
![]() |
First steps are learning PHP and MySQL. You create a page where the user can enter the information, and PHP will store this in the MySQL database. When you need the information, you can read them out of the database.
|
|
|
|
|
|
#3 |
|
Professional Programmer
|
yeah i already made a userlogin, but i mean i dontnow how to make it where when the user logs in it will look and each user has their own page. like one be www.domainname.com/userid for one user then the other user willbe www.doainname.com/userid, etc i dont knwo how to do that
__________________
Forgiveness is the fragrance that the violet sheds on the heal that has crushed it. - Mark Twain Destruction leads to a very rough road, but it also breeds creation. |
|
|
|
|
|
#4 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9
![]() |
Well, if you use www.example.com/?user=userid , or, even better, store the user ID in a cookie, you can use $_GET['userid'] or $_COOKIE['userid'] to retrieve it. You then just need to store their preferences in a database and load them when they browse your site.
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|