i have LINUX + APACHE + PHP and i cant
do, system("cp file1 file2") or system("cat file1")?
i try:
chmod 777 with folder and files.
using complete and relative path
system("ls file1") run OK.
system("ls folder_of_file1") run OK.
system("ping anything") run OK.
with exec() have the same result.
i need it because i doing an script for design web pages, and i want to construc the page doing "cat part1 part2 partn > page.html".
Any help?. Thanks.