I have a basic php script that does a simple query to a database and displays a table with some game scores and totals. Now I want to start doing some fancy data queries, stuff like winning streaks, most games played, etc.
Does anyone have any links to sites with some appropriate php/mysql examples that might help me with that? Tried all the obvious sites but most don't take you beyond basic queries. Thanks.
You will likely be looking at creating more complex sql statements.
They will depend highly upon the design of your database schema, issues such as table layout and design, and joins etc are best discussed in the mysql/sql forum.
Bookmarks