[PHP-DB] Apache crashes every time I call mysqli_fetch_assoc()

2008-07-09 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 traverses the results array of the query and should display on screen. However, th

Re: [PHP-DB] Apache crashes every time I call mysqli_fetch_assoc()

2008-07-09 Thread Bonger O
, Bastien Koert <[EMAIL PROTECTED]> wrote: > > > On Wed, Jul 9, 2008 at 1:32 PM, Bonger O <[EMAIL PROTECTED]> wrote: > >> 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. >> >

Re: [PHP-DB] Apache crashes every time I call mysqli_fetch_assoc()

2008-07-17 Thread Bonger O
hanks again! On 7/10/08, Chris <[EMAIL PROTECTED]> wrote: > > Bonger O wrote: > > 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 tha

Re: [PHP-DB] Apache crashes every time I call mysqli_fetch_assoc()

2008-07-17 Thread Bonger O
t; wrote: > > Check out your system's logs / event viewer. If apache crashes (how do > you notice?) there should be some indication of the reason. > > Evert > > On Thu, Jul 10, 2008 at 2:24 AM, Chris <[EMAIL PROTECTED]> wrote: > > Bonger O wrote: > >>