RE: [PHP] Getting $_POST variables back

2004-09-03 Thread Jay Blanchard
[snip] NOW: The question arises: where does the browser store this info, and can I get it back from there on the page that got called via the href html? I would like to avoid some rather unnecessary server side selects to retrieve the previous page. [/snip] The browser really doesn't store the in

[PHP] Getting $_POST variables back

2004-09-03 Thread Thomas Hochstetter
Hi there, I am not sure if that is a common request, so I will post it here without checking the archives . ;-) I have a page which has its details from the $_POST array (ID, etc). On it there is a small link about people, this is done via href link in html. This link takes you to another page