<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1032779" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1032779</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/wanting-mkove-html-php#comment-1191809</link>
    <description> &lt;p&gt;this is actually quite simple.  simply create a new file, with a php extension.  in it, you should hve something to this effect:&lt;/p&gt;
&lt;p&gt;&amp;lt;?&lt;br /&gt;
$eguide=$_POST[&#039;eguide&#039;];&lt;br /&gt;
header(&quot;Location: $eguide&quot;);&lt;br /&gt;
?&amp;gt;&lt;/p&gt;
&lt;p&gt;now your form on the page will require some modification.  you must change the action attribute of the  element to whatever the filename of the above php file is.  Also,y ou will need to modify your select (drop down) element by defining it with a name.  The above example uses the name &quot;eguide&quot;.  You will also have to assign each option a value.  The value of each option should be the filename of the eguide.  Example:&lt;/p&gt;
&lt;p&gt;                            Ringworm&lt;br /&gt;
                            Flea/Skin Repair&lt;br /&gt;
                            Ear Mites&lt;br /&gt;
                            Mange&lt;br /&gt;
                            Staph Infection&lt;br /&gt;
                            Scabies&lt;br /&gt;
                            Human Ringworm&lt;br /&gt;
                            Athlete&#039;s Foot&lt;br /&gt;
                            Mites&lt;/p&gt;
&lt;p&gt;this is an over simplified version.  I personally would assign each option in the dropdown an ID number, and then int he php file, I would have either a switch block, or some ifs to determine where to send the user.  But this should work just fine for you.  There is no built in processing of the name or email address.  Not sure what you want to do with those.  Log them to a file, add them to a database, or send a message to the email address with the URL to the file.  Let me know and I can help you with that as well.&lt;/p&gt;
&lt;p&gt;Matt Pegler&lt;br /&gt;
MyFreeCounter Owner/Operator&lt;br /&gt;
&lt;a href=&quot;http://www.MyFreeCounter.net&quot; class=&quot;bb-url&quot;&gt;http://www.MyFreeCounter.net&lt;/a&gt; - free hit, realtime, and click counters, as well as statistics&lt;/p&gt;
 </description>
     <pubDate>Fri, 27 Jan 2006 20:57:09 +0000</pubDate>
 <dc:creator>MyFreeCounter</dc:creator>
 <guid isPermaLink="false">comment 1191809 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
