Re: [PHP] How to display field after MySQL join.

2002-12-26 Thread Sean Burlington
Stephen of Blank Canvas wrote: Hi Everyone, I'm trying to display the content of two mysql tables on a single page, I have successfully joined them with the following statement. $query = "SELECT serv.*, cat.* FROM site_services AS serv, site_servicescat AS cat WHERE serv.servicescat_id = cat.s

Re: [PHP] How to display field after MySQL join.

2002-12-25 Thread Jason Wong
On Thursday 26 December 2002 07:25, Stephen of Blank Canvas wrote: > Hi Everyone, > > I'm trying to display the content of two mysql tables on a single page, > I have successfully joined them with the following statement. > > $query = "SELECT serv.*, cat.* FROM site_services AS serv, > site_service