Re: [PHP] Re: Multiple queries in PHP

2009-01-26 Thread Edmund Hertle
2009/1/25 Ashley Sheridan a...@ashleysheridan.co.uk 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

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

Re: [PHP] Re: Multiple queries in PHP

2009-01-26 Thread Edmund Hertle
2009/1/26 Chris dmag...@gmail.com 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] Re: Multiple queries in PHP

2009-01-25 Thread Shawn McKenzie
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 it as an incremental value which can't be hard coded, as the value will

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 it as an