Execute a system command: Difference between revisions

no edit summary
No edit summary
Line 223:
echo nl2br($output);
'''Note:'''The '@' is here to prevent error messages to be displayed, 'nl2br' translate '\n' chars to 'br' in HTML.
 
==[[Pop11]]==
[[Category:Pop11]]
 
The sysobey function runs commans using a shell:
 
sysobey('ls')
 
 
==[[Python]]==
Anonymous user