<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1033239" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1033239</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/html-asp-convert#comment-1194352</link>
    <description> &lt;p&gt;In looking up your site, it looks like the place you have it hosted at offers PHP, not ASP. (they are two different languages, but both are Server Side languages that run programs on the server when called and send their output to the browser.&lt;/p&gt;
&lt;p&gt;  Both languages can do what you want, and IMO, unless you have a particular need for one over the other, use the one that your hosting company provides if you are happy with their service.&lt;/p&gt;
&lt;p&gt; Also with PHP (I beleive the same thing applies for ASP), you can take your .html files, rename them .php and they are fine. PHP processes them and only acts upon things inside the tags for PHP &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: #007700&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;p&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;This is your regular html page&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;p&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;br /&gt; &amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;p&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Nothing different here from after renaming the file&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;p&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: #FF8000&quot;&gt;// This is PHP code that you will be processed on the server&lt;br /&gt;&amp;nbsp;&amp;nbsp; // In the browser you will only see OUTPUT from what is processed here&lt;br /&gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$variable &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= \&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;Greg\&quot;;&lt;br /&gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp; echo \&quot;&amp;lt;p&amp;gt;Hello \&quot; . &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$variable&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt; . \&quot;&amp;lt;/p&amp;gt;\&quot;;&lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &amp;lt;p&amp;gt;Back to your regualr HTML code&amp;lt;/p&amp;gt;&lt;br /&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt; To simplify converting your site over, on all the pages you need to check if the person is logged in, after you rename the file, you can add the following to the very top:&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: #007700&quot;&gt;include \&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;checklogin.php\&quot;; &lt;br /&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt; This tells PHP to take the file checklogin.php and act like all the code from that file is right there in this file. Then in that checklogin.php you can do all the checking to make sure they are logged in, and if not, give them a log in page. While this part youd have to figure out how to do, all of your pages you want protected are easy to convert.&lt;/p&gt;
&lt;p&gt; -Greg&lt;/p&gt;
 </description>
     <pubDate>Thu, 02 Mar 2006 18:23:11 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1194352 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/html-asp-convert#comment-1194329</link>
    <description> &lt;p&gt;Hello, asp is not the only choice, jsp/php can do the same thing for you.&lt;/p&gt;
 </description>
     <pubDate>Thu, 02 Mar 2006 12:06:52 +0000</pubDate>
 <dc:creator>canary</dc:creator>
 <guid isPermaLink="false">comment 1194329 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/html-asp-convert#comment-1194125</link>
    <description> &lt;p&gt;Hi, that&#039;s actually my site you&#039;ve come across there, I found your post through my server logs &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;The tool you&#039;ve linked to is a developer&#039;s shortcut to output HTML code from ASP. ASP (Active Server Pages) basically does a lot of the &quot;behind the scenes&quot; stuff that you see around the web. Whereas HTML determines how a web page looks, ASP determines how it acts. In your case, you would need the ASP to check a database for a valid username and password when somebody tries to login in to your site. The ASP would check if your visitor&#039;s login details are correct, then allow them access to certain pages if they are.&lt;/p&gt;
&lt;p&gt;Do you know if your website host supports ASP?&lt;/p&gt;
 </description>
     <pubDate>Mon, 27 Feb 2006 02:38:27 +0000</pubDate>
 <dc:creator>munchiez</dc:creator>
 <guid isPermaLink="false">comment 1194125 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
