|
Posted by Jim Evans on 06/08/05 14:26
Hi Kimmo
There's a limit on how many characters you can put in a GET request -
and with a reasonably full cart, along with all the customer's details I
can easily go over that. That's why it needs to be done by POST.
Looks like I'm going to have to put the javascript onload thing into
practice, with a "If this doesn't redirect you, click here" button to
submit the form for non-javascript clients.
Thanks anyway.
Kimmo Laine wrote:
> "Jim Evans" <longhairedjim@ntlworld.com> kirjoitti
> viestissä:Clppe.3744$1O3.3417@newsfe5-win.ntli.net...
>
>>Thanks Tony and Kimmo
>>
>>I'm being awkward and trying to avoid having to ask the visitor about the
>>newsletter until after they've done the postage. I only want them to click
>>once, and be taken straight to Paypal. That means I wouldn't be able to do
>>any processing on it, such as concatenating or putting it into an array.
>
>
>
> So what's wrong with processing the form once user _has_ decided about the
> newsletter, end then redirecting the user to paypal with
> header("Location: http://www.paypal.com?Put_your=get_methods_here");
>
[Back to original message]
|