Re: [PHP] POST from the script

2001-08-14 Thread Meir Kriheli
On Tuesday 14 August 2001 23:52, Marc Hanlon wrote: > I was wondering if anyone knows how to make a script that is capable of > doing it's own POST to a page without needing a form to be filled in. > Basically it needs to perform the same sort of action as: > > www.anyplace.com/script.php?action=s

[PHP] POST from the script

2001-08-14 Thread Marc Hanlon
I was wondering if anyone knows how to make a script that is capable of doing it's own POST to a page without needing a form to be filled in. Basically it needs to perform the same sort of action as: www.anyplace.com/script.php?action=say&text=hello Unfortunately I cant change the script at the