Forms and more forms :)
Posted: Thu Mar 26, 2009 5:56 am
Hello
I would like to ask your advice about a certain matter. I have a form which collects details from the customer. At the moment it is designed to directly connect to the worldpay server.
But what I want to do is alter it to that it re-directs to my own PHP processer file. My file should then do several tasks with the data they posted:
1. Examine the check option field and register the user on a mailshot
2. Email the anticipated order details to the shop (even though the task is incomplete)
3. Send the details to worldpay.
So my question relates to item 3. Can I have a hidden form on a PHP page that the user can't see that automatically submits when the page is processed?
Or is there any other way that I can do this?
Thanks in advance.
Andrew
I would like to ask your advice about a certain matter. I have a form which collects details from the customer. At the moment it is designed to directly connect to the worldpay server.
But what I want to do is alter it to that it re-directs to my own PHP processer file. My file should then do several tasks with the data they posted:
1. Examine the check option field and register the user on a mailshot
2. Email the anticipated order details to the shop (even though the task is incomplete)
3. Send the details to worldpay.
So my question relates to item 3. Can I have a hidden form on a PHP page that the user can't see that automatically submits when the page is processed?
Or is there any other way that I can do this?
Thanks in advance.
Andrew