hey there guys,
i wrote a class, in which the contructor takes a string and writes it to a textfile. another function in the class executes a program elsewhere on the server using the previously written text file. the program writes the output to another text file. A third function in the class reads the output text file and just prints it on the screen.
However, I've written a test.php file which instantiates the class etc, and it works fine from command line php but not through a browser!
anyone know why this might be?