Re: Need help in running MySql in PHP script

2005-05-17 Thread Michael Genereux
Are you getting a MySQL error? On 5/17/05, madderla sreedhar <[EMAIL PROTECTED]> wrote: > > Hi, > > Iam using php 5.0, IIS 5.0, Mysql 5.04 ,win2000 NT > and IE as web browser and executed the php > script,but got a fatal error describing that > undefined fuction mysql_connect() in the file and >

Re: GROUP BY, ORDER BY clauses

2005-03-30 Thread Michael Genereux
Just keep in mind that the ORDER BY will require MySQL to take the full resultset and reorder it in a temporary table. MySQL has extended the GROUP BY clause as of version 3.23.34 so that you can also specify ASC and DESC after columns named in the clause. On Wed, 30 Mar 2005 10:53:38 -0500 (EST)