<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1018767" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1018767</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/posting-php#comment-1110774</link>
    <description> &lt;p&gt;i could do that, but it wouldn&#039;t look good. i will just to take a different route to get my results. thanx for the responces.&lt;/p&gt;
 </description>
     <pubDate>Tue, 25 Jun 2002 09:31:31 +0000</pubDate>
 <dc:creator>korndragon</dc:creator>
 <guid isPermaLink="false">comment 1110774 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/posting-php#comment-1110759</link>
    <description> &lt;p&gt;Can&#039;t you have the PHP script print out a HTML form (method set to POST) with a javascript that submits that form when the page has loaded? It shouldn&#039;t be that hard to do.&lt;/p&gt;
 </description>
     <pubDate>Mon, 24 Jun 2002 20:25:28 +0000</pubDate>
 <dc:creator>zollet</dc:creator>
 <guid isPermaLink="false">comment 1110759 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/posting-php#comment-1110758</link>
    <description> &lt;p&gt;shoot, it only looks for the POST data though... because im sending it to a cgi script... &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/sad.png&quot; title=&quot;Sad&quot; alt=&quot;Sad&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 24 Jun 2002 19:50:33 +0000</pubDate>
 <dc:creator>korndragon</dc:creator>
 <guid isPermaLink="false">comment 1110758 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/posting-php#comment-1110750</link>
    <description> &lt;p&gt;easiest way would be to redirect to the form handler sending the data in the url.  this won&#039;t work if the handler only looks for POST data though...&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #FF8000&quot;&gt;// assuming the form takes two fields, name and comments&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$username &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= \&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;Fred Flintstone\&quot;;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$comments&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt; = \&quot;Your site is teh win!!!\&quot;;&lt;br /&gt;&lt;br /&gt;// make the parameters url safe&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$username&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt; = urlencode(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$username&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;);&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$comments&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt; = urlencode(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$comments&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;);&lt;br /&gt;&lt;br /&gt;// redirect to the form handler&lt;br /&gt;header(\&quot;Location: http://www.mysite.com/formsubmit.php?username=&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$username&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&amp;amp;comments=&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$comments&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;\&quot;);&lt;br /&gt;exit;&lt;br /&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 24 Jun 2002 16:39:15 +0000</pubDate>
 <dc:creator>ROB</dc:creator>
 <guid isPermaLink="false">comment 1110750 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
