I have an HTML code with a POST form. What I need is the following:
When the user submits the form, an SQL query is made; now, depending on the result of that query, the form should go ahead normally or actually the form data should be forwarded to a third party site (PHP).
It would be like to make a new POST from the PHP code...
Is it clear??
Thanks!!
Pedro