[PHP-WIN] Not a PHP problem

2003-07-24 Thread Voldermort
Update: I compiled a Hello World program, scheduled it with a redirect, and the same thing happened (although batch files redirect their output OK). Must be a problem with background tasks (same thing happens with AT). -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: ht

Re: [PHP-WIN] Not a PHP problem, it's a MySQL problem

2002-06-18 Thread Scott Hurring
Try putting a "LIMIT 10" after a valid query -- Scott Hurring Systems Programmer EAC Corporation scott (*) eac.com -- "Rasmus Lerdorf" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > top 10 *? What is that supposed to be? Please go read the MySQL docs. > > -R

Re: [PHP-WIN] Not a PHP problem, it's a MySQL problem

2002-06-18 Thread Rasmus Lerdorf
top 10 *? What is that supposed to be? Please go read the MySQL docs. -Rasmus On Tue, 18 Jun 2002, James Meers wrote: > Sorry, its not a PHP problem, it's a MySQL problem. > > I am trying to do a MySQL query below: > > select top 10 * from table order by record_number desc > > However, I

[PHP-WIN] Not a PHP problem, it's a MySQL problem

2002-06-18 Thread James Meers
Sorry, its not a PHP problem, it's a MySQL problem. I am trying to do a MySQL query below: select top 10 * from table order by record_number desc However, I am getting the following error: You have an error in your SQL syntax near '10 * from table order by record_number desc' at line