The exec() function is disabled in your PHP by the disabled_

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
chopficaro
Forum Commoner
Posts: 68
Joined: Fri Jan 01, 2010 12:56 am

The exec() function is disabled in your PHP by the disabled_

Post by chopficaro »

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

Post by chopficaro »

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

Post by chopficaro »

<?php
phpinfo();
?>
ok but suppose i override these values with an htaccess file or a second php.ini file. which values will be output
Post Reply