Hi,
I have a button on an html page whos FORM action is assigned to an http link with method.. post.
Is it possible to pass the click to an associated PHP script leaving the form, action and method as is.
My point for this is to place a flag in the db to confirm that the action has occured.
This allows checks that the user left the site by the official route and when returned to the confirm page this could then be verified.
Cheers in anticipation
John
I have a button on an html page whos FORM action is assigned to an http link with method.. post.
Is it possible to pass the click to an associated PHP script leaving the form, action and method as is.
My point for this is to place a flag in the db to confirm that the action has occured.
This allows checks that the user left the site by the official route and when returned to the confirm page this could then be verified.
Cheers in anticipation
John