Forum Moderators: coopster
The tables in question do follow a consistent naming scheme - specifically, a three-letter word (they share the same one), followed by a random, unique, nine-digit number. No other tables in the database share this naming pattern.
How can I use PHP to scan the database for all tables that fit that pattern, without causing too much overhead?
Thanks in advance,
Matthew