php 4.3.2 installed easily on IIS 5 o windows 2000 pro and connects to mysql (4.0.14), at least to access content of database, but can't insert!
But the worrying thing is that when I run the following script <?php echo(date('l, F dS Y. ')); ?> on a single page, it runs all the time, but when I include it on a simple web page (with other html codes), it sometimes run and simetimes doesn't!! Please help, even with the question bellow: Thanks ----- Original Message ----- From: "Wx" <[EMAIL PROTECTED]> Newsgroups: php.install To: <[EMAIL PROTECTED]> Sent: Monday, July 21, 2003 5:31 PM Subject: Please Help: PHP and Apache Installation > I have php version 5.0.0b1 installed and apache 2.046. I also have mySQL 4 > 4.013 installed on a windows XP home Computer. > > MySQL works, PHP works and Apache works when the following lines are not > added to the httpd.con > > LoadModule php4_module "C:/Program Files/Apache > Group/Apache2/PHP/sapi/php4apache2.dll" > AddType application/x-httpd-php .php > > > > I changed the path to use \ but the result is the same: > > 1. When I restart apache from apavhe monitor the error message is " The > requested operation has failed" > > when I start apache from comand line: C:\Program Files\Apache > Group\Apache2\bin>apache > > "Syntax error on line 988 of C:/Program Files/Apache > Group/Apache2/conf/httpd.conf: > Can't locate API module structure `php4_module' in file C:/Program > Files/Apache Group/Apache2/PHP/sapi/php4apache2.dll: No error " > > I had installed PHP in C:\PHP originally with same result. I have tried with > various versions of PHP and apache and the results have been the same. > > To confirm the PHP is ok I run php -i at command prompt and usually get the > long stream of html codes. > > Is there something I'm not doing correctly? Please help > > -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php