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 Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.