| | |
system("ls") okay, system("cp") not. Why?
Please support our PHP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
Join Date: Apr 2008
Posts: 2
Reputation:
Solved Threads: 0
Can somebody explain why the following works...
and this not.....
For the life of me, I can't figure it out. I simply want to copy a file, so why won't php let me do this? Please help, because I'm getting a little frustrated. --Hans
PHP Syntax (Toggle Plain Text)
<?php system("ls /home/hans/"); ?>
and this not.....
PHP Syntax (Toggle Plain Text)
<?php system("cp /home/hans/data.txt /home/hans/data.tx2"); ?>
For the life of me, I can't figure it out. I simply want to copy a file, so why won't php let me do this? Please help, because I'm getting a little frustrated. --Hans
hmm..
Maybe check the file permission of the folder,maybe the permission is limited.try to change it to 777.
Maybe check the file permission of the folder,maybe the permission is limited.try to change it to 777.
Last edited by ryan_vietnow; Apr 8th, 2008 at 4:39 am.
![]() |
Similar Threads
- Error msg ' Operation Aborted' when accessing some websites. (Web Browsers)
- "Upload active" searchbar Malware (Viruses, Spyware and other Nasties)
- error loading "Bridge.dll" (Windows 95 / 98 / Me)
- "system 32" pops up when I open my computer (Windows NT / 2000 / XP)
- NetZero..."high speed"? (IT Professionals' Lounge)
- i = system ("cd c:\text"); :( (C)
Other Threads in the PHP Forum
- Previous Thread: want to pass php variable to javascript
- Next Thread: Warning: exec(): Unable to fork
| Thread Tools | Search this Thread |
ajax apache api array basics beginner binary bounce broken cakephp checkbox class cms code codingproblem combobox cron curl database date display dynamic echo email error file files folder form forms function functions google href htaccess html image include insert integration interactive ip java javascript joomla js limit link login mail menu mlm mobile multiple mysql nodes oop outofmemmory paging parse paypal pdf php problem procedure query radio ram random recursion regex remote return script search server sessions smash sms soap source space sql syntax system table tutorial up-to-date update upload url validation validator variable video web webapplications websitecontactform xml youtube





