Search found 1 match

by luzlin
Wed Oct 17, 2007 8:09 pm
Forum: PHP - Code
Topic: 'system()' function of PHP in kubuntu workstation?
Replies: 1
Views: 365

'system()' function of PHP in kubuntu workstation?

I am a newbie to PHP and web development and I'm currently developing a web page using PHP to interact with linux shell commands. The 'shell()' function of PHP seems not to work properly in kubuntu workstation. i tried $return = system('ls'); echo return; it works well by listing all the folders/fil...