Re: [PHP] Passing $_POST values to a php script

2005-12-19 Thread Silvio Porcellana [tradeOver]
Jay Blanchard wrote: > [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

RE: [PHP] Passing $_POST values to a php script

2005-12-19 Thread Jay Blanchard
[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 systemat

[PHP] Passing $_POST values to a php script

2005-12-19 Thread Sumit Chachra
hi, 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 systemat