<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'Help I am making a page with php' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'Help I am making a page with php' posted on the 'PHP' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Tue, 18 Jun 2013 16:54:32 -0700</pubDate>
    <lastBuildDate>Tue, 18 Jun 2013 16:54: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>Help I am making a page with php</title>
      <link>http://www.programmersheaven.com/mb/phpstuff/261092/261092/help-i-am-making-a-page-with-php/</link>
      <description>ok im using part of my site as php i have the code i need but its not working i have one page saved as downloads.php and i have a uploader only the admin can use saved as admin.php but on the downloads page it has directories and the link i have in the source to get to the directory is downloads.php?dir=/scripts if i was to click that what do i have to save the page as that is the script directory?&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/phpstuff/261092/261092/help-i-am-making-a-page-with-php/</guid>
      <pubDate>Sat, 29 May 2004 16:15:09 -0700</pubDate>
      <category>PHP</category>
    </item>
    <item>
      <title>Re: Help I am making a page with php</title>
      <link>http://www.programmersheaven.com/mb/phpstuff/261092/261107/re-help-i-am-making-a-page-with-php/#261107</link>
      <description>: ok im using part of my site as php i have the code i need but its not working i have one page saved as downloads.php and i have a uploader only the admin can use saved as admin.php but on the downloads page it has directories and the link i have in the source to get to the directory is downloads.php?dir=/scripts if i was to click that what do i have to save the page as that is the script directory?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
No offense, but could you try posting that again, maybe rewording the question a little to make it more clear what you are trying to do?  A little punctuation here and there couldn't hurt either.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/phpstuff/261092/261107/re-help-i-am-making-a-page-with-php/#261107</guid>
      <pubDate>Sat, 29 May 2004 20:20:44 -0700</pubDate>
      <category>PHP</category>
    </item>
    <item>
      <title>Re: Help I am making a page with php</title>
      <link>http://www.programmersheaven.com/mb/phpstuff/261092/261154/re-help-i-am-making-a-page-with-php/#261154</link>
      <description>: : ok im using part of my site as php i have the code i need but its not working i have one page saved as downloads.php and i have a uploader only the admin can use saved as admin.php but on the downloads page it has directories and the link i have in the source to get to the directory is downloads.php?dir=/scripts if i was to click that what do i have to save the page as that is the script directory?&lt;br /&gt;
: &lt;br /&gt;
: &lt;br /&gt;
: No offense, but could you try posting that again, maybe rewording the question a little to make it more clear what you are trying to do?  A little punctuation here and there couldn't hurt either.&lt;br /&gt;
: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I can't explain it that well can you im me? nsb823&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/phpstuff/261092/261154/re-help-i-am-making-a-page-with-php/#261154</guid>
      <pubDate>Sun, 30 May 2004 10:34:49 -0700</pubDate>
      <category>PHP</category>
    </item>
    <item>
      <title>Re: what do i have to save the page as that is the script directory???</title>
      <link>http://www.programmersheaven.com/mb/phpstuff/261092/264845/re-what-do-i-have-to-save-the-page-as-that-is-the-script-directory/#264845</link>
      <description>: ok im using part of my site as php i have the code i need but its not working i have one page saved as downloads.php and i have a uploader only the admin can use saved as admin.php but on the downloads page it has directories and the link i have in the source to get to the directory is downloads.php?dir=/scripts if i was to click that what do i have to save the page as that is the script directory?&lt;br /&gt;
: &lt;br /&gt;
Like Manning, no offense, but could you reword "what do i have to save the page as that is the script directory?"&lt;br /&gt;
if you mean how to download the file, just do this.&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
if ($_POST['file']="blah.exe") {&lt;br /&gt;
header("Location: http://www.blahblah.com/files/blah.exe");&lt;br /&gt;
exit()&lt;br /&gt;
}&lt;br /&gt;
etc...&lt;br /&gt;
?&amp;gt;&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/phpstuff/261092/264845/re-what-do-i-have-to-save-the-page-as-that-is-the-script-directory/#264845</guid>
      <pubDate>Mon, 28 Jun 2004 18:08:47 -0700</pubDate>
      <category>PHP</category>
    </item>
  </channel>
</rss>