afam4eva Posted October 27, 2009 Share Posted October 27, 2009 Pls can anyone direct me on how to create a user account for a customer. For example i want know if i need to use the "create databse" and create "user identified by ''" for each customer. what objects do i need to create Link to comment https://forums.phpfreaks.com/topic/179236-pls-help-with-php/ Share on other sites More sharing options...
mikesta707 Posted October 27, 2009 Share Posted October 27, 2009 you should create a table in whatever database you use, and when you register a user add them, and the relevant information to the database. Remember to have some sort of unique identifier (usually in the form of an integer id field that is set to auto increment) Link to comment https://forums.phpfreaks.com/topic/179236-pls-help-with-php/#findComment-945641 Share on other sites More sharing options...
afam4eva Posted October 28, 2009 Author Share Posted October 28, 2009 Thanks.....i want to know if it will be ideal to create a database for each user since i'm going to have a client area whether customer can edit their profile and stuff. Link to comment https://forums.phpfreaks.com/topic/179236-pls-help-with-php/#findComment-946153 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.