tsilenzio Posted July 25, 2007 Share Posted July 25, 2007 Is there any way to enable system() on a server? Link to comment https://forums.phpfreaks.com/topic/61738-system-command/ Share on other sites More sharing options...
trq Posted July 25, 2007 Share Posted July 25, 2007 The system() function is part of php's core. Unless it has been specifically disabled via the php.ini it should be available. If it has been secifically disabled, you cannot re-enable it without write access to the php.ini. Link to comment https://forums.phpfreaks.com/topic/61738-system-command/#findComment-307464 Share on other sites More sharing options...
keeB Posted July 25, 2007 Share Posted July 25, 2007 php.net/exec Link to comment https://forums.phpfreaks.com/topic/61738-system-command/#findComment-307507 Share on other sites More sharing options...
tsilenzio Posted July 25, 2007 Author Share Posted July 25, 2007 tried that, its disabled too Link to comment https://forums.phpfreaks.com/topic/61738-system-command/#findComment-307509 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.