ok - I know this is not a php question but I'm sure someone here has a good idea on how to get round this:
its a "mod_rewrite and javascript form submit question"
I'm doing mod rewrites to get 'nice urls'..
I now need to get my payment gateway sorted out
the payment provider wants all payments to come from one specified URL so I did what I have done before where I do a javascript redirect on the specified payment page, to auto submit the form with the required variables..
BUT when I submit the page it gets rewritten with mod rewrite and comes back into the process and resubmits itself again.. and again.. till it throws an error
what is the best way to stop this?
I imagine I can put an exception in my htaccess rules but I think I'm missing something more obvious
usually I'd try to append something to the query string to show its submitted or add a php
exit;
(aha, the question does have a tenuous connection to php...)
any pointers?