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

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
MyerInd
Forum Newbie
Posts: 5
Joined: Thu May 16, 2002 4:36 pm

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

Post 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
User avatar
fatal
Forum Contributor
Posts: 118
Joined: Sat Apr 20, 2002 10:47 am
Location: East Coast

Post by fatal »

try using the server path, ex:"usr/bin/htdoc/script.php".
User avatar
sam
Forum Contributor
Posts: 217
Joined: Thu Apr 18, 2002 11:11 pm
Location: Northern California
Contact:

Post 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
Post Reply