I can create the HTML page and look at it by entering the according URL in the browser after processing has finished; my question is how do I display the page to the user from within the script after processing?
cat ../out.html doesn't work.
A nasty hack would be a delayed http redirect from the page containing the form to out.html... but I would like to do it from within the script.
cheers
Main Topics
Browse All Topics





by: bs98909Posted on 2009-06-14 at 07:48:31ID: 24623644
well you are writing to a .txt file. You have access to the server so you will have to write to the webpage location to an "html" file and in that file you wil have to out put the lines like below.
Then you should see your out if that all works. Granted you can see the txt file if your web server allow it.
Select allOpen in new window