HOW TO: Submit a form to PHP with no return?
I need to submit a form for file upload to a PHP script but do not want
anything returned.
That is the TARGET for the form should be like a null device.
I am using a JavaScript function to submit the form.
Is there a way to do this?
gsb
I need to submit a form for file upload to a PHP script but do not want
anything returned.
That is the TARGET for the form should be like a null device.
I am using a JavaScript function to submit the form.
Is there a way to do this?
gsb
Comment