Hello,
I have a basic startup question for PHP.
I have a Product Detail form on my site with an Add to Cart button. Upon the form submit, the action takes them directly to my shopping cart host to add the product.
But I want to do some processing first on the variables through php. So after having the action in the form refer to my php script, how can I have the php script automatically post the variables to the original action script.
So the user goes from
Form => PHP Script => Shopping Cart
Thanks.