Here’s my situation, I have 2 pages, one for selecting a value and one for editing database related things which are associated to that value.
Right now, I have no knowledge ( and have researched a fair bit ) on how to save the value selected from the drop down list into a variable from PHP.
Any ideas?
Its two step:
First html:
Its for sending the value to databasethings.php script.(
Then in databasethings.php:
This will catch value1, 2 or 3 from html into $myvalue in php