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 informations. user pressed link (on site a) order product (on site b) has loaded site , must somewhere in squid. maybe there way page (site a) out of squid don't have download site again?

not sure understand correctly, if should take @ file_get_contents


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -