How to reach other pages in my website with php
Posted: Tue Sep 17, 2002 1:12 pm
I have written a php script that takes data from a form and places it in a database. At the end of this script, after successfully putting the data in the database, I want to take the person directly to another/next page on my website. I can create a link that has to be clicked on, but this is unnecessary. I want to go on to the next page automatically.
I have been unable to get fopen()/fgets() to work. readfile() works on a url like amazon.com, but only some of the items on my page are displayed.
Any suggestions?
Ron
I have been unable to get fopen()/fgets() to work. readfile() works on a url like amazon.com, but only some of the items on my page are displayed.
Any suggestions?
Ron