
June 16th, 2000, 10:58 PM
|
 |
Contributing User
|
|
Join Date: Feb 2000
Location: Perth West Australia
Posts: 757
Time spent in forums: 4 h 18 m 32 sec
Reputation Power: 14
|
|
|
run phpinfo() and see what PATH-INFO gets set to. PHP_INFO will also show up at the bottom in PHP variables- assuming everything is OK - this should not be a server issue.
<html>
<body>
<?php echo $PHP_SELF;?>
<?php phpinfo();?>
</body></html>
------------------
Simon Wheeler
FirePages -DHTML/PHP/MySQL
|