alertpay Programming Web Development by IT seeker i am making my final project ov ONLINE SHOPPING boutique . i want to add ALERTPAY account for transaction in my site . means customer who wants to purchase can transfer money through ALERTPAY... i m very confused that what is the method for it? or only mention ALERTPAY is enough..........? plz guide me... suggest some website which can help me alertpay problem Programming Web Development by sthakre624 how can i create alertpay buynow button without genrating random value just like[…lt;form method="post" action="https://sandbox.alertpay.com/sandbox/checkout" > <input type=&…" name="ap_image" src="https://sandbox.alertpay.com/sandbox/PayNow/9ABA9D5FC7C540799CAEF5A3868D9E60b0en.gif"/> </form&… Re: payment form for alertpay Programming Web Development by eltonpiko …; <form method="post" action="https://www.alertpay.com/PayProcess.aspx"> <tr> <th…; <input type="image" src="https://www.alertpay.com/Images/BuyNow/pay_now_11.gif"/></td>… Re: payment form for alertpay Programming Web Development by eltonpiko …; <input type="image" src="https://www.alertpay.com/Images/BuyNow/pay_now_11.gif"/>[/CODE] which is… payment form for alertpay Programming Web Development by eltonpiko …. i have a product to sell online and will use alertpay but i have some additional information i want the user… Re: payment form for alertpay Programming Web Development by eltonpiko thanks for the help but one thing i dont understand.is can i make the pay now button submit the from and take the user to the alertpay payment page.what you are showing me is some sort off validation before the paynow button can be press right? Re: payment form for alertpay Programming Web Development by eltonpiko so i need a submit button can i use the alertpay buy now button to submit the form and at the same time take me to payment page? Re: payment form for alertpay Programming Web Development by Dragonbaki …] <form method="post" action="https://www.alertpay.com/PayProcess.aspx" method="post"> ...... // Your… payment form for alertpay Programming Web Development by mousumisrety …. I have a product to sell online and will use alertpay but i have some additional information i want the user… Re: alertpay problem Programming Web Development by pritaeas [url]http://www.youtube.com/watch?v=u300wNosZe0[/url] Re: payment form for alertpay Programming Web Development by Dragonbaki Nothing probs.., Just get the value that the users have entered.. and then validate it., Suppose, [CODE] $name=$_POST['username']; if($name!="") { header('Location:payment.php'); } else { echo "Sorry.. We need your all details to make your payment better.."; exit; } [/CODE] This is a simple way.. Try this to use… Re: payment form for alertpay Programming Web Development by Dragonbaki Hmmm.... Such sort of validation will be passed means, the header function at line 4 will redirect to whatever page you defined inside there... So if you want to just make sure that the user has entered in the relevant field this much is okay., That header function surely redirects the user to the relevant page as your wish. Suppose if you still… Re: payment form for alertpay Programming Web Development by Dragonbaki In the above of your code., there is no submit button to pass the value to the relevant page... If you press the submit button, you can get the value at relevant page as i mentioned earlier and then you can process as i said... Re: payment form for alertpay Programming Web Development by eltonpiko one more thing is there a way i can make the form store the information in a variable , php file or something that the form will submit only if payment is successful.cause after payment is done you will be redirected to thankyou page or something so the form data will be send when that page is reached.theres lots of site that does this so how is it… Re: payment form for alertpay Programming Web Development by Dragonbaki Nothing worry.. In the posting page [ (i.e) payment page ] receive these values in a variable as follows and use it wherever you want.. $a=$_POST['ap_productid']; $b=$_POST['ap_quantity']; That's all... Re: payment form for alertpay Programming Web Development by Dragonbaki This is an idea for your next question.. [CODE] // Your form page.. <form action="payment.php" method="post"> ..... // Your asusual code for getting the values needed from user.. .... </form> // This is payment page.. $a=$_POST['username']; ..... // Here, just retrieving all the values that the user … Re: payment form for alertpay Programming Web Development by seslie Hello mousumisrety (quite a name u got dere :-) ), I assume you've already created the form for the website you're talking about. It's pretty easy from there. First, you add a few validations to the database fields (e.g NOT NULL) so that the user is forced to enter a value. This also has to be implemented in the front end so the user does not see… How to add new database use existing php Programming Web Development by andyliany …left"><label for="alertpay">AlertPay email:</label><span class…repassword=$("#repassword"),email=$("#email"),alertpay=$("#alertpay"),paypal=$("#paypal"),referer=$("#…"); bV=bV&&_c_Length(t,alertpay,"alertpay",6,80); bV=bV&&_c_Regexp… Warning: mysql_fetch_array Programming Databases by L-D …==" ")) $moneybookers="0"; $alertpay=$subm[9]; if(($alertpay=="")||($alertpay==" ")) $alertpay="0"; $ebullion=$subm[10]; if… Re: Warning: mysql_fetch_array Programming Databases by cmps …==" ")) $moneybookers="0"; $alertpay=$subm[9]; if(($alertpay=="")||($alertpay==" ")) $alertpay="0"; $ebullion=$subm[10]; if… Real time form validation not working with all inputs Programming Web Development by kaosjon …><img src="images/index/images/alertpay.png" width="78" height=&…quot;38" alt="Alertpay" /> <br /> <…quot;radio" name="payment_selection" value="alertpay" id="payment_selection_1" /> <… setting up a page in php Programming Web Development by etc123 … but in that there is only one payment processor "Alertpay" and i want to add "Paypal" as… someone asks for payout currently i get notified only about alertpay so i want paypal notification as well i tried to… Please clear my "payment gateway" doubt? Programming Web Development by Viruthagiri … site which uses paypal gateway. But i want to use alertpay instead of paypal. I seen my site code. My site…/cgi-bin/webscr[/CODE] Can i change this url to alertpay payment gateway url? If i change this url will it… Re: Please clear my "payment gateway" doubt? Programming Web Development by pritaeas No, it is not as easy as changing the URL. If you want to know how to implement AlertPay, see the [url=http://dev.alertpay.com/]documentation[/url]. payment form detail Programming Web Development by eltonpiko …;feedbackform" method="post" action="https://www.alertpay.com/checkout" > <fieldset class="sectionwrap"…;image" name="ap_image" src="https://www.alertpay.com//PayNow/A24CB2D32BA64C5B83A00745ACEEF1FFb0en.gif"/> </td> <… Re: payment form detail Programming Web Development by Shanti C … one page called insert.php, then redirect to https://www.alertpay.com/checkout". just like this: [CODE]<form id…;feedbackform" method="post" action="https://www.alertpay.com/checkout" > // put required fields in hidden variable… Script include stopping next button working Programming Web Development by kaosjon …; <option>PayPal</option> <option>AlertPay</option> <option>MoneyBookers</option>…; <option>PayPal</option> <option>AlertPay</option> <option>MoneyBookers</option>… Re: Please clear my "payment gateway" doubt? Programming Web Development by hielo [QUOTE]Can i change this url to alertpay payment gateway url? If i change this url will it … Re: payment form detail Programming Web Development by eltonpiko so i should redirect my form to the insert.php?.what i really want to do is when the payment is successful via alertpay site the detail the user has fill in the form will be send to an email address if the payment is not successful the discard the data the user has fill in the form. Re: payment form detail Programming Web Development by eltonpiko …;feedbackform" method="post" action="https://www.alertpay.com/checkout" > // put required fields in hidden variable…