Hi,
I have a php file that uses system() command.But it gives me a blank screen when I give system("ping localhost") whereas it gives me a list of files when I give system("ls") and returns the directory name when I give system("pwd").What could be wrong?What should be changed.Please help me.
Thanks in Advance.
Regards,
Leejo