do to some new security features implemented by my credit processing company, I can no longer send variables from my FLash shopping cart to their server (it doesn't send header information; their system is checking for a referrer url). what I need is an inbetween. this is where php comes in.
I send variables(amount,description,etc) from flash to the php script. this script then submits those varibles by the post method to the cc company's payment check-out form. I understand the concept, but lack the php programming skills. can anyone out there help?