php - How to get the html Page from where I redirect to an other -
i'm using squidguard redirect order formular page of special producer local php script stores order in db. after storing script sends order via request producer. the html site product of producer looks like: http://producer.com/products/product123 this site contains link calls formular. after pressing link our users redirected our local script. it works fine ... for processing order need informations located on side of product --> http://producer.com/products/product123 is there way site (html code) whithout downloading second time php script? edit 1: ok try explain little bit better: site site describes product. on site link opens new site --> site b site b site contains order formular order product (or more) when press on link on site redirected local php script on our company server proceeds order , stores additional informations. redirection works squid proxy , squidguard filter. my problem is: script has download product page (site a) additional i...