I have a E-Payment site .
For those personal info , I would like to save in my db through MYSQL.
For the $Amount , I would like to send to the Epayment Gateway .
What should I do the adjustment ?
<form name="payFormCcard"  action="<//?php echo htmlspecialchars($_SERVER["PHP_SELF"]); ?>" method="post">
for self-DB storage
<form name="payFormCcard" method="post" action=" E-Payment site..."> 
post to E-payment site
