PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Im wondering if its possible to submit the same form to 2 different pages, if it requires javascript so be it.
I basically need to do this because its for a payment processing page, the page needs to be sent to the secPay server however i also need some details that the user has filled in so i want it to also submit to another page.
Is this possible? i really do not want to add another page to do it the usual way.