Dear Sirs, Is it possible to load up POST variables, send these along with an http request, and retrieve the resulting page? I need to use POST variables, not sessions or URL strings. Thanks for your help.
yes. this is typically done via an HTML form.
Well, what I'm saying is that I want this done automatically. No human intervention. I want to load up POST variables as if they were regular php variables, then send this data to another page, then filter the results...all before anything is displayed to the user.
Originally posted by bosshoff Well, what I'm saying is that I want this done automatically. No human intervention.
when/how would this script run then? what would cause your script to run if there is no "human intervention"? is this something run on a timed interval (cron)?
Well, I'm saying that this particular process wouldn't require human intervention, as in it being a function referenced by another, human-started php page.
Nevermind, after searching some more on the topic I found what I was looking for:
http://www.zend.com/zend/spotlight/mimocsumissions.php
Thanks anyway.