The exec() function is disabled in your PHP by the disabled_
Moderator: General Moderators
-
chopficaro
- Forum Commoner
- Posts: 68
- Joined: Fri Jan 01, 2010 12:56 am
The exec() function is disabled in your PHP by the disabled_
how do i enable exec() in php.ini? where is php.ini? cant find it in the directories in my site.
-
chopficaro
- Forum Commoner
- Posts: 68
- Joined: Fri Jan 01, 2010 12:56 am
Re: The exec() function is disabled in your PHP by the disab
can i at least view the values in php.ini?
-
chopficaro
- Forum Commoner
- Posts: 68
- Joined: Fri Jan 01, 2010 12:56 am
Re: The exec() function is disabled in your PHP by the disab
<?php
phpinfo();
?>
ok but suppose i override these values with an htaccess file or a second php.ini file. which values will be output
phpinfo();
?>
ok but suppose i override these values with an htaccess file or a second php.ini file. which values will be output