need searching codes

A

Anonymous

Guest
I have 5 different name table of photos in the database, how can I make a searching function for them when I type a name of photo, how can I use the "JOIN" "AND" to get the result? Is there anyone has done those search in PHP? Need your help, thanks.

Beckmann
 
If they all have the same sort of data, then they should all be in one table. Unless you have millions of records, there's no justification for splitting the same kinds of data into multiple tables.
 
Back
Top