[snip]
I am trying to develop a testing framework for a bunch of php scripts. These

files expect various kinds of data from the $_POST array. They work fine 
when invoked from the browser.

But I am wondering if I can programmatically pass these values so that I can

stress test them in a systematic manner.
[/snip]

You will probably want to use http://www.php.net/curl

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to