Depending on what version of PHP you are using, PHP has a $_POST global array. Look in there for your form vars if you are posting to PHP. If you are posting to CF then, any form vars posted will be in the form scope.
I hope this helps unless I am missing what you are asking. Clint ----- Original Message ----- From: "Haggerty, Mike" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, April 02, 2003 11:49 AM Subject: OT: Form Fields > Does anyone know how exactly formfields are sent within an HTTP request? > > I have a problem, I am building a data-exchange system in Coldfusion and PHP > (don't ask why) that needs to be able to automatically POST (in PHP) form > fields to a remote Web server (in this case, it is posting a WDDX packet). > This would be equivalent in function to a cfhttpparam. > > Right now, I can create the connection to the server but am having trouble > sending any variables, and they need to be in the form scope. What I want to > know is if form variables are sent as header info, or how exactly it is they > get to the server. That way I can look for a workaround in PHP. > > Thanks in advance, > M > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89 70.4

