Re: [EMAIL PROTECTED] Apache crashes when using WHILE loop to traverse SQL query results

2008-07-08 Thread Bonger O
Thanks for the advice guys. I'll go pester some PHP folks! On Tue, Jul 8, 2008 at 12:26 PM, Norman Peelman <[EMAIL PROTECTED]> wrote: > Bonger O wrote: > >> Hi guys, >> Thanks for getting back to me on this with your comments, but sadly I've >> still h

Re: [EMAIL PROTECTED] Apache crashes when using WHILE loop to traverse SQL query results

2008-07-07 Thread Bonger O
y. >> >> Anyway, I would guess this is a php issue and not an apache problem. >> >> Turn up your php error reporting. Off the top of my head something like >> this at the top of your script. >> >> error_reporting(E_ALL); >> >> php.net is your f

[EMAIL PROTECTED] Fwd: Apache crashes when using WHILE loop to traverse SQL query results

2008-07-06 Thread Bonger O
art mutex. > [Sun Jul 06 09:38:31 2008] [notice] Child 4372: Starting 250 worker > threads. > [Sun Jul 06 09:38:31 2008] [notice] Child 4372: Starting thread to listen > on port 80. > Any help would be much apprecieted. Thanks, Bonger ------ Forwarded message -- From:

[EMAIL PROTECTED] Apache crashes when using WHILE loop to traverse SQL query results

2008-07-05 Thread Bonger O
Hi, I have set up an environment on my Vista laptop comprising of Apache 2.2, MySQL Server 5.1 and Php 5.2.5. I'm using a simple php program that I found in a PHP/SQL book. The PHP program queries a MySQL table and uses a WHILE loop to traverse the results array of the query and display on screen