Re: [PHP] Re: Multiple queries in PHP

2009-01-26 Thread Edmund Hertle
2009/1/26 Chris > > >> This extension does not have to be installed. If your server is running >> php5, then this extension is installed >> > > No it's not. The mysql extension no longer ships with php by default, you > have to build it when you ./configure or install the external php-mysql > pac

Re: [PHP] Re: Multiple queries in PHP

2009-01-26 Thread Chris
This extension does not have to be installed. If your server is running php5, then this extension is installed No it's not. The mysql extension no longer ships with php by default, you have to build it when you ./configure or install the external php-mysql package (depending on your o/s and

Re: [PHP] Re: Multiple queries in PHP

2009-01-26 Thread Edmund Hertle
2009/1/25 Ashley Sheridan > On Sun, 2009-01-25 at 15:07 -0600, Shawn McKenzie wrote: > > Ashley Sheridan wrote: > > > Hi all, > > > > > > I've run into a bit of a problem. I put together a query using mysql > > > variables in the form set @m:= 0; with the select that uses it directly > > > after.

Re: [PHP] Re: Multiple queries in PHP

2009-01-25 Thread Ashley Sheridan
On Sun, 2009-01-25 at 15:07 -0600, Shawn McKenzie wrote: > Ashley Sheridan wrote: > > Hi all, > > > > I've run into a bit of a problem. I put together a query using mysql > > variables in the form set @m:= 0; with the select that uses it directly > > after. For any wondering, the select was using