Posting to hidden files & Database and Credit Card Proce

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!

Moderator: General Moderators

Post Reply
jenmaz
Forum Newbie
Posts: 2
Joined: Sat Jul 27, 2002 11:07 am

Posting to hidden files & Database and Credit Card Proce

Post by jenmaz »

Author: Jennifer mazurowski (ip68-104-12-183.lv.lv.cox.net)
Date: 2002-07-27 11:10:05

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/ ... 2_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/frame ... ngInfo.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.
DSM
Forum Contributor
Posts: 101
Joined: Thu May 02, 2002 11:51 am
Location: New Mexico, USA

Post by DSM »

I would use a form verification script with an insert to db function and a header forward to the paysite if the form inputs are correct, else it forwards back to the form for corrections.
Post Reply