I have a php script in where I would like to query multiple tables of a database. The tables are all setup with the same structure. To make things easy, I am trying to query two separate tables which I will call
Table_1 and Table_2. Within these tables, there is a column that is either set to 1 or 0. If the column is set to 1 I would like all the records of these 2 tables to display.
I know I have to join them somehow, but I cant seem to get anything to
work. Any suggestions?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Professional PHP Developers" group. To post to this group, send email to Professional-PHPgooglegroups.com To unsubscribe from this group, send email to Professional-PHP-unsubscribegooglegroups.com For more options, visit this group at http://groups.google.com/group/Professional-PHP -~----------~----~----~----~------~----~------~--~---