Jump to content

How to submit a form in PHP when F5 is pressed.


corporate_slave

Recommended Posts

hi

 

good day!

 

ive been dealing with this problem since last week.

 

i have 2 php pages, page1.php & page2.php. i am passing a variable from page1 to page2 thru GET method. i use the variable to query to a db and display the result on page2.

 

now that is done.

 

here is my problem now... i want that when the user refresh page2, page2 should submit a form with a new value of the variable so that when it makes a query to the db, new result will be displayed.

 

im trying to avoid the use of a submit button or any link to refresh page2, so that means i wanted this to happen when the user clicks on the Refresh button of the browser or hit F5 on the keyboard.

 

please let me know if this sounds feasible. thanks.  :)

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.