Jump to content

[SOLVED] link to another page


frankstr

Recommended Posts

LS

I made a form in PHP

After completion of the form the data of the users are added to a MYSQL database.

The user gets the message "your data were added"

So far so good.

After this I want to link the user to another page.

I tried withhout succes

<input type="hidden" NAME="OK_PAGE"VALUE="mypage.php">

So far the script stops at the message "your data were added"

What to do?

Is there a tutorial?

 

tnx frank

Link to comment
https://forums.phpfreaks.com/topic/36668-solved-link-to-another-page/
Share on other sites

LS

Thnx it works

But it raised a new question

The new page location ik linked to is the next part of the form.

I have to go on with the same id.

When I  just jump to the other form a new id is created in the MYSQL database.

Is there a way to redirect to the next page ofe the same form without creating a new id?

 

thnx

Frank

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.