Thread: PHP Safe Mode?
View Single Post
Old July 7th, 2003, 2:43 AM   #2 (permalink)
Jared555
Registered User
Fresh Surpasser
 
Joined in Jul 2003
5 posts
Gave thanks: 0
Thanked 0 times
I am not sure but I can tell you how to check.

Create an empty .php file and then put this into the file:
<?php
phpinfo();
?>
Upload the file and then load it with your web browser. It should show most of PHP's settings.
Jared555 is offline