CrazyMerlin
03-26-2007, 05:52 PM
Hey guys!
I've just written a handful of methods that accept a HTTP POST array and process some data based on that.
This will all go into a larger application soon, but for testing purposes how do I send the POST data to a url without having to create a form for each of my test conditions?
I know I can populate $_POST without a form, but how do I send that data to a header?
Thanks for your help.
//erlin!
I've just written a handful of methods that accept a HTTP POST array and process some data based on that.
This will all go into a larger application soon, but for testing purposes how do I send the POST data to a url without having to create a form for each of my test conditions?
I know I can populate $_POST without a form, but how do I send that data to a header?
Thanks for your help.
//erlin!