Richard
04-22-2003, 08:52 PM
How can php simulate posting to a page ?
Like how do I get send.php to post something to blah.php and blah.php can use $_post etc without the user having to do anything ?
Kind of like how you can link to a page with ?one=blahtwo=xyz etc and then the page can process it with $_get.
Like how do I get send.php to post something to blah.php and blah.php can use $_post etc without the user having to do anything ?
Kind of like how you can link to a page with ?one=blahtwo=xyz etc and then the page can process it with $_get.