Jump to content

[SOLVED] Repost Posted value?


dannyone

Recommended Posts

i have created a dynamic dropdown from my mysql database, and the value selected is posted to a new page, as follows

 

$room = $_POST['room'];

 

now i can use that value on the other page to collect more information from my database.

however i now need to post that value again, this time into my database using an update query, but when i press submit it looses the value and looses all the information linked to it on the page.

 

is there a way of reposting the value? or another way round this? im seriously confused

 

can any1 help?

 

Thanks

Link to comment
https://forums.phpfreaks.com/topic/151282-solved-repost-posted-value/
Share on other sites

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.