<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'argument passing problem' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'argument passing problem' posted on the 'PHP' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Sun, 19 May 2013 01:36:32 -0700</pubDate>
    <lastBuildDate>Sun, 19 May 2013 01:36:32 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>argument passing problem</title>
      <link>http://www.programmersheaven.com/mb/phpstuff/260433/260433/argument-passing-problem/</link>
      <description>Hi!&lt;br /&gt;
&lt;br /&gt;
I'v downloaded the CGI version of php for Windows, It runs on a Win XP. If I want to pass a parameter, like "href=myphp.php?par=mydata" it fails, and myphp does not recieve the variable $par. If I upload it to my webpage provider, where a Linux server runs, all works fine. What did I forgot to setup? Any suggestions would help, cos' I would like to test my app on my homecomputer before I upload it.&lt;br /&gt;
&lt;br /&gt;
Thanks &lt;br /&gt;
Softman&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/phpstuff/260433/260433/argument-passing-problem/</guid>
      <pubDate>Tue, 25 May 2004 09:39:50 -0700</pubDate>
      <category>PHP</category>
    </item>
    <item>
      <title>Re: argument passing problem</title>
      <link>http://www.programmersheaven.com/mb/phpstuff/260433/260486/re-argument-passing-problem/#260486</link>
      <description>: I'v downloaded the CGI version of php for Windows, It runs on a Win XP. If I want to pass a parameter, like "href=myphp.php?par=mydata" it fails, and myphp does not recieve the variable $par. If I upload it to my webpage provider, where a Linux server runs, all works fine. What did I forgot to setup? Any suggestions would help, cos' I would like to test my app on my homecomputer before I upload it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
What kind of setup do you have for testing locally?  You can't just install PHP alone, you'll also need a webserver to serve the pages.  Depending on what version of Windows you have, it may come with PWS or IIS.  If those aren't an option, Apache (www.apache.org) is a favourite, but if you just want something simple I'd recomment Xitami (www.xitami.com)&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/phpstuff/260433/260486/re-argument-passing-problem/#260486</guid>
      <pubDate>Tue, 25 May 2004 18:34:07 -0700</pubDate>
      <category>PHP</category>
    </item>
    <item>
      <title>Re: argument passing problem</title>
      <link>http://www.programmersheaven.com/mb/phpstuff/260433/260509/re-argument-passing-problem/#260509</link>
      <description>: : I'v downloaded the CGI version of php for Windows, It runs on a Win XP. If I want to pass a parameter, like "href=myphp.php?par=mydata" it fails, and myphp does not recieve the variable $par. If I upload it to my webpage provider, where a Linux server runs, all works fine. What did I forgot to setup? Any suggestions would help, cos' I would like to test my app on my homecomputer before I upload it.&lt;br /&gt;
: &lt;br /&gt;
: &lt;br /&gt;
: What kind of setup do you have for testing locally?  You can't just install PHP alone, you'll also need a webserver to serve the pages.  Depending on what version of Windows you have, it may come with PWS or IIS.  If those aren't an option, Apache (www.apache.org) is a favourite, but if you just want something simple I'd recomment Xitami (www.xitami.com)&lt;br /&gt;
: &lt;br /&gt;
&lt;br /&gt;
Thank you!&lt;br /&gt;
&lt;br /&gt;
I use IIS. Since I'v solved the problem. I use $HTTP_GET_VARS instead of $HTTP_POST_VARS, and it works fine. It was my mistake!&lt;br /&gt;
&lt;br /&gt;
Thanks.&lt;br /&gt;
Softman.&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/phpstuff/260433/260509/re-argument-passing-problem/#260509</guid>
      <pubDate>Tue, 25 May 2004 22:54:39 -0700</pubDate>
      <category>PHP</category>
    </item>
  </channel>
</rss>