Page 1 of 1

fopen - Can't get it to do what I want

Posted: Sat Jun 08, 2002 10:59 pm
by MyerInd
From my home page I go to a registration page/form. The form data is put into a database with a php program. After a successful registration, I want to go to another page where additional data will be entered.

I am on a host server. It should be easy to go to another page in the same dir, but I can't seem to get it to work.

Ron

Posted: Sat Jun 08, 2002 11:07 pm
by fatal
try using the server path, ex:"usr/bin/htdoc/script.php".

Posted: Sat Jun 08, 2002 11:42 pm
by sam
What method are you using to transfer to the second page? With a location: header you can not give the server path.

Cheers Sam