When I do this test: http://localhost/pacsone/Hello.php I just get:
<?
session_start();
echo "My name is: " . $_REQUEST['myName'];
echo "";
phpinfo();
?>
I have followed the instructions in the manual and looked it over >ten times and I can't find the problem.
When I use an older version of PHP (4) and MYSQL(4.0) it works directly.
I don't get any errors when I restart the apache.
What should I do any suggestions?
I use:
Win 2000
MySQL 4.1.10
php 5.0.3
apache 2.0.52
"Hello" doesn't work.
Your HTTPD.CONF is missing the line for PHP script type.
Another user has almost the identical setup and here's the trouble-shoting details for fixing that issue:
http://www.pacsone.net/forum/viewtopic.php?t=194
Another user has almost the identical setup and here's the trouble-shoting details for fixing that issue:
http://www.pacsone.net/forum/viewtopic.php?t=194