I am trying to post information from a PHP script that normally dumps information to a database named contact on my server.
The form doesn't refer to an action in the form post area. ex. <FORM action="" method="post">
I I use this in the form for that page -
http://jenmaz00.vpshosting.net/contact/registration2_test.php
Then is dumps information to the database.
If I change the information to allow the information to push to a credit card processing page by tusing this <form name="" method="post" action="https://paymentServicenetwork.com/frames/ProcessingInfo.asp">
the information is dumped to the credit card processing site but does not dump into my database. Any suggestions?
I am not sure how to push information to database on my site and the credit card processing site at the same time.
HELP!!!!!
Thanks in advance.. If interested I am looking for a PHP programmer for other projects if I get this to work.