|
Posted by Jerry Stuckle on 07/13/07 13:49
Captain Paralytic wrote:
>
> But my reading of what he said is the he wants to validate data in the
> form before posting it and redirecting the user to the paypal site.
> Indeed he specifically says that the user stays on his page, rather
> than being sent to the paypal page.
>
> So the validation is to be done BEFORE sending the form (and the user)
> to the paypal site.
>
> I would tend to do the validation by javascript if possible, or if I
> had to do it serverside I'd use AJAX methods.
>
>
Either of which fail if JS is disabled, for instance.
I've got one site I took over from another webmaster which does this.
It's written in VBScript/ASP, so CURL isn't an option. The problem is
it requires additional work for the admin people to process the request
once payment has been completed. And this time can really add up.
Another PHP site I have which uses CURL is fully automated. No
additional work to process the payment required at all.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|