[PHP] How to display a waiting page while a CGI is running ?

2003-12-04 Thread Jean-Marc Godart
Hello, I need to have a waiting page displayed, with an animated GIF, while a CGI is running. As soon as the CGI has finished running, the waiting page should be replaced by a page displaying the results of the CGI. I had no problem to do this in Windows, but it is not working in Linux. Any idea

[PHP] The application could not initialize correctly ...

2002-10-08 Thread Jean-Marc Godart
Hello ! I installed for the third time EasyPHP on my computer (with Windows XP), and I keep having the same little problem : when I turn off my computer with EasyPHP (Apache) on, I get an error message saying cmd.exe : the application could not initialize correctly This is no big deal as

[PHP] Simultaneous system(),passthru()... commands. HELP PLEASE !!!

2002-09-19 Thread Jean-Marc Godart
Hello everyone, I am using PHP with Windows XP. I am trying to have a .exe program (written and compiled in C) launched by my PHP script, using either system(), passthru()... That works great ... as long as I only have one request at a time. When I have two (or more request) at the same time

[PHP] Help needed about queries with MySQL, thanks.

2002-08-18 Thread Jean-Marc Godart
Hello everyone, I am a new PHP user, from Belgium. I am trying to manage a MySQL database with PHP, and I kindly request your help to solve a little (probably very stupid) problem I have been dealing with for a while already ... I have a MySQL database (called sessions) with a auto-increment

Re: [PHP] Help needed about queries with MySQL, thanks.

2002-08-18 Thread Jean-Marc Godart
PROTECTED] Sent: Sunday, August 18, 2002 11:53 AM Subject: Re: [PHP] Help needed about queries with MySQL, thanks. On Sunday 18 August 2002 17:45, Jean-Marc Godart wrote: I have a MySQL database (called sessions) with a auto-increment INT field called sessionID. I try to check