By using this site, you agree to our Privacy Policy and our Terms of Use. Close
ioi said:
Such as? If I add a new game to my charts how does it know which database entry to update the sales data into? Only by name and console.

 I guess I don't know how your database is setup.  It looks like you have an id field in the games table.  Depending on your other tables, you might be able to do the joins based on the id, and then the name doesn't matter.

 

I haven't worked with php/MySQL.  I'm a .NET/SQL2005 developer.