View Single Post
  #1  
Old 07-06-2010, 10:05 AM
TracyP TracyP is online now
Registered User
 
Join Date: 12-18-2006
Posts: 14
HTTP Post in 7.5b

I have setup an HTTP action
Put: Post form data
Get: Get to macro
URL: myurl.php
Macro: PostResponse
Do not escape special characters: not checked
Transfer type: ASCII
Form Data: action=3&program_date=07/06/2010
Logging: All + Hex dump

--

The php script I'm posting to is not getting the Form Data.
The Hex dump is not showing the Form Data.

Any suggestions?

[correction]
I didn't look high enough, the data did get sent. The PHP script isn't seeing the data though.

Last edited by TracyP; 07-06-2010 at 10:15 AM.
Reply With Quote