tsilenzio Posted July 25, 2007 Share Posted July 25, 2007 Is there any way to enable system() on a server? Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
keeB Posted July 25, 2007 Share Posted July 25, 2007 php.net/exec Quote Link to comment Share on other sites More sharing options...
tsilenzio Posted July 25, 2007 Author Share Posted July 25, 2007 tried that, its disabled too Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.