[_] PHP header() GET not POST
Matthew Wilkes
matt at matthewwilkes.name
Sun Sep 3 15:41:12 BST 2006
> Yes. The trouble with that is the processing engine is a multipage
> form for when it collecting the cc info along with the 'are you
> sure' and 'are you really really sure'.
I'd balk at seeing my details sent as GETs, straight into the logs
they go. Surely you'd be better off using a different PSP? I've
used Protx in the past, they provide a simple POST request that will
do everything for you in one go.
Is there a reason you're trying to hack your way around the form?
Matt