|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1999-12-15 14:58 UTC] sas at cvs dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Fri Mar 13 11:00:01 2026 UTC |
I installed apache and mod_php using yast. All the other commands work eg. phpversion(); echo etc. I get the error Document contains no data if i use this script... <?php system("ls -al"); ?> If i execute this script i get a reply... <?php system("ls -al"); echo ("testing"); ?> The reply is "testing". Anyone had this problem? Please help urgently if possible.