<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Raw POST Data in PHP</title>
	<atom:link href="http://www.jellyandcustard.com/2006/01/05/raw-post-data-in-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jellyandcustard.com/2006/01/05/raw-post-data-in-php/</link>
	<description>Web Development Blog</description>
	<pubDate>Sat, 22 Nov 2008 03:25:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Christof Wollenhaupt</title>
		<link>http://www.jellyandcustard.com/2006/01/05/raw-post-data-in-php/#comment-34610</link>
		<dc:creator>Christof Wollenhaupt</dc:creator>
		<pubDate>Wed, 10 Sep 2008 19:07:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.jellyandcustard.com/?p=22#comment-34610</guid>
		<description>Just what I needed to know. Thanks a bunch!</description>
		<content:encoded><![CDATA[<p>Just what I needed to know. Thanks a bunch!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emons</title>
		<link>http://www.jellyandcustard.com/2006/01/05/raw-post-data-in-php/#comment-28502</link>
		<dc:creator>Emons</dc:creator>
		<pubDate>Fri, 18 Apr 2008 22:50:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.jellyandcustard.com/?p=22#comment-28502</guid>
		<description>I'm writing a client/server application where the client is written in Delphi and the server is a standard webserver with PHP (or any other server side scripting language). This tips made my life easier as I now don't have to use a dummy POST variable name to send my XML data.</description>
		<content:encoded><![CDATA[<p>I&#039;m writing a client/server application where the client is written in Delphi and the server is a standard webserver with PHP (or any other server side scripting language). This tips made my life easier as I now don&#039;t have to use a dummy POST variable name to send my XML data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shai Mishali</title>
		<link>http://www.jellyandcustard.com/2006/01/05/raw-post-data-in-php/#comment-28397</link>
		<dc:creator>Shai Mishali</dc:creator>
		<pubDate>Wed, 16 Apr 2008 08:35:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.jellyandcustard.com/?p=22#comment-28397</guid>
		<description>If talking about an HTML form, a submit button MUST be present in order to send the form's post data. 

Or a "submit" type input or a "image" (which is a submit in the form of an image) 

You can hide it if it bothers you:
 

Cheers,
Shai.</description>
		<content:encoded><![CDATA[<p>If talking about an HTML form, a submit button MUST be present in order to send the form&#039;s post data. </p>
<p>Or a &#034;submit&#034; type input or a &#034;image&#034; (which is a submit in the form of an image) </p>
<p>You can hide it if it bothers you:</p>
<p>Cheers,<br />
Shai.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyron</title>
		<link>http://www.jellyandcustard.com/2006/01/05/raw-post-data-in-php/#comment-23529</link>
		<dc:creator>Tyron</dc:creator>
		<pubDate>Thu, 10 Jan 2008 18:17:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.jellyandcustard.com/?p=22#comment-23529</guid>
		<description>Thanks a lot this small hint, saved me quite a load of time!</description>
		<content:encoded><![CDATA[<p>Thanks a lot this small hint, saved me quite a load of time!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darrell</title>
		<link>http://www.jellyandcustard.com/2006/01/05/raw-post-data-in-php/#comment-24</link>
		<dc:creator>Darrell</dc:creator>
		<pubDate>Sat, 28 Jan 2006 22:10:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.jellyandcustard.com/?p=22#comment-24</guid>
		<description>I am a Telephony Developer having a problem
getting data POSTED back to us.  We have a VB script
that we use to POST an XML string to an SMS provider.
When they POST back to us, we do not get any data.
We tried to simulate this POST by pointing the VB 
script back at us, and it doesn't work either.
We have an HTML submit form that calls our PHP
script,    

Do I need the submit tag?  If so, how should this
look?  If I manually enter data, it works fine, but 
the VB POST does not.  Do I need to get 
:RAW_POST_DATA or something from STDIN ?
Help, if you can.  Thank you.</description>
		<content:encoded><![CDATA[<p>I am a Telephony Developer having a problem<br />
getting data POSTED back to us.  We have a VB script<br />
that we use to POST an XML string to an SMS provider.<br />
When they POST back to us, we do not get any data.<br />
We tried to simulate this POST by pointing the VB<br />
script back at us, and it doesn&#039;t work either.<br />
We have an HTML submit form that calls our PHP<br />
script,    </p>
<p>Do I need the submit tag?  If so, how should this<br />
look?  If I manually enter data, it works fine, but<br />
the VB POST does not.  Do I need to get<br />
:RAW_POST_DATA or something from STDIN ?<br />
Help, if you can.  Thank you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
