Jump to content

[SOLVED] Creating POST Data


Cless

Recommended Posts

Sending post data without a form.

 

Because, I use a method to prevent page refreshing. It uses header("location: ''"), and sends the user to a page which submits the POST Data. However, in that page; I need it to create POST Data so I can send it back to the old page, and it will display a success message. I could use another page, however, I don't want to change all of those things... Just a ton of more things to do.

Sending post data without a form.

 

Because, I use a method to prevent page refreshing. It uses header("location: ''"), and sends the user to a page which submits the POST Data. However, in that page; I need it to create POST Data so I can send it back to the old page, and it will display a success message. I could use another page, however, I don't want to change all of those things... Just a ton of more things to do.

 

Ok, that isn't making any sense to me. But, have you thought about using SESSION to store the data?

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.