[PHP-WIN] Re: Can start php under Apache after Load Module php4apache.dll

2003-10-01 Thread Mike Quinn
Sorry I didn't mean work literally, but it should return the error you are looking for to describe what's up. Likewise with the other lines remove the or exit(); in case you have a typo. "Mike Quinn" <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTECTED] > Hi Morton, > > Remove or exit

[PHP-WIN] Re: Can start php under Apache after Load Module php4apache.dll

2003-10-01 Thread Mike Quinn
Hi Morton, Remove or exit(); on the mysql_select_db("sampdb"); and that should work for you! Regards, Michael Quinn "Morten Gulbrandsen" <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTECTED] Thanks, I did, and now I can restart Apache. Here is my simplest PHP script. And

[PHP-WIN] Re: Can start php under Apache after Load Module php4apache.dll

2003-10-01 Thread Morten Gulbrandsen
Thanks, I did, and now I can restart Apache. Here is my simplest PHP script. And the output is 127.0.0.1 Can't ask for more than that! I hacked a small script in order to connect to MySQL, containing these lines. a simple example Welcome to the very first MyS