silversinner Posted July 11, 2008 Share Posted July 11, 2008 Hi, i have created a database that stores customers that purchase something from my site. the problem is, lets say there are two customers with the same name, when i browse the induvisual values it shows the same value (name) but with double the rows is something i cant get away from or if i use php to output that data will it show it both as seperate or is it something to do with Mysql to change that. any suggestions? Regards SS Link to comment https://forums.phpfreaks.com/topic/114331-a-little-mysql-help/ Share on other sites More sharing options...
wildteen88 Posted July 11, 2008 Share Posted July 11, 2008 Setup a user id field instead, then run all queries based on the user id rather than the customers name. Link to comment https://forums.phpfreaks.com/topic/114331-a-little-mysql-help/#findComment-587960 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.