I've got a php announcement system where stuff is put in MySQL and then a script reads it back out. this works fine, but we're starting to get fairly long. How can I have it script so every 10 or so ...
Dynamic PHP pages give you the option to choose a MySQL table dynamically from which to query. You must ensure that the table exists before running a query on the table. PHP has a quick function that ...