I'm trying to connect a ToolBook cleint to send via HTTP Post some user information
but I'm having trouble making the connection. I'm sending variables with TB HTTP Post
but they don't seem to get to the PHP script I'm sending them to.
In my php script I'm trying to get the data sent to it using
http://php.resourceindex.com/Complete_Scripts/Survey_and_Voting/
I need to create a survey that has:
- radio button answers
- checkbox answers
- matrix with radio button answers, and
- free form text answers
I also need to be able to give the administrator of the survey the ability
to sort th
The action tag does not work when you have the GET method on.
To retrieve information from the form you should use POST. Well at least
that's how it has worked for me anyway ;P
- Original Message -
From: "aRZed" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, August 23, 2004 10: