RE: [PHP] Converting piped data from stdin to phpcgi

2006-02-13 Thread Jay Blanchard
[snip] I am using php as a cgi. The data from my html is piped through stdin using this code: The result I am getting looks like this: (which is correct) sender_name=zedleon&[EMAIL PROTECTED]&sender_msg=This+is+a +test&Submit=Submit What I need to do now is to convert the piped string into the i

[PHP] Converting piped data from stdin to phpcgi

2006-02-13 Thread zedleon
I am using php as a cgi. The data from my html is piped through stdin using this code: The result I am getting looks like this: (which is correct) sender_name=zedleon&[EMAIL PROTECTED]&sender_msg=This+is+a +test&Submit=Submit What I need to do now is to convert the piped string into the individu