Jump to content

sending variables to another page


spearchilduser

Recommended Posts

i have problem :

 

I have a page(page1) that sends details to the login page(page2) to check if the details are correct checks these and if there is a match it directs them to the next page.(page 3)

 

The page1 sends 3 details to the page 2 that are stored into variavles but as there is no submittion when they check the details how do i then send these details onto the page 3 ?

Link to comment
https://forums.phpfreaks.com/topic/259895-sending-variables-to-another-page/
Share on other sites

Yeah, as LittleGuy said SESSION variables are the way to go in most cases, but you could also use GET variables depending on the situation. For example using GET variables could allow an external link to submit to the page as well; which could either be incredibly helpful or disastrous.

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.