Suppose I have an HTML form that sends data to a PHP script, "post"
method.
If this script generates a page with a link to another script, will the
latter script get the former's $_POST data when the user clicks on the
link?
If not, is there a straightforward way (i.e.: no saving to files or
cookies) to "post" the data to the latter script without using a form?
TIA for your comments...
method.
If this script generates a page with a link to another script, will the
latter script get the former's $_POST data when the user clicks on the
link?
If not, is there a straightforward way (i.e.: no saving to files or
cookies) to "post" the data to the latter script without using a form?
TIA for your comments...
Comment