| PHP, MySQL General PHP questions. Or go to our PHPsuexec Forum >> |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread |
|
|
#1 (permalink) |
|
Registered User
Fresh Surpasser
Joined in May 2003
1 posts
Gave thanks: 0
Thanked 0 times
|
Hello,
I would like to run a PHP script that requires the following: php.ini should match the following requirements: a. track_vars is enabled. b. magic_quotes_gpc is enabled. c. safe_mode is disabled Are these set correctly for me to run the script? Thanks! vgn6 |
|
|
|
|
#2 (permalink) |
|
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. |
|
|