<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1035062" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1035062</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-versus-html#comment-1203361</link>
    <description> &lt;p&gt;you can use any extension you want with php, just have to add it to your .htaccess file, something like:&lt;/p&gt;
&lt;p&gt;AddType application/x-httpd-php .php .html .phtml .busy&lt;/p&gt;
&lt;p&gt;and php will work on files with the above extensions - page.php, page.html, page.phtml, page.busy&lt;/p&gt;
 </description>
     <pubDate>Mon, 03 Jul 2006 10:41:32 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1203361 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-versus-html#comment-1203336</link>
    <description> &lt;p&gt;Thanks to u all!!&lt;/p&gt;
 </description>
     <pubDate>Mon, 03 Jul 2006 01:17:46 +0000</pubDate>
 <dc:creator>greg</dc:creator>
 <guid isPermaLink="false">comment 1203336 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-versus-html#comment-1203335</link>
    <description> &lt;p&gt;Yes, that&#039;s fine.  It&#039;s how I do a lot of things on my site.  As long as you have that .php extension the php code will work.  Do your HTML just like you always do and insert the php where you want it.&lt;/p&gt;
 </description>
     <pubDate>Mon, 03 Jul 2006 01:15:11 +0000</pubDate>
 <dc:creator>waffles</dc:creator>
 <guid isPermaLink="false">comment 1203335 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-versus-html#comment-1203333</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;Renegade wrote:&lt;/strong&gt; You can put PHP code in any part of an HTML file, just remember that PHP won&#039;t run unless the filename has a .php extension&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;confused!!&lt;br /&gt;
if it has to be a .php file, surely that means i cant put php in an html file, because it wont execute!?!&lt;/p&gt;
&lt;p&gt;i put php within html code within a .php file -is that right? &lt;/p&gt;
&lt;p&gt;?!?!?&lt;/p&gt;
 </description>
     <pubDate>Mon, 03 Jul 2006 00:54:00 +0000</pubDate>
 <dc:creator>greg</dc:creator>
 <guid isPermaLink="false">comment 1203333 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-versus-html#comment-1203327</link>
    <description> &lt;p&gt;You can put PHP code in any part of an HTML file, just remember that PHP won&#039;t run unless the filename has a .php extension&lt;/p&gt;
 </description>
     <pubDate>Mon, 03 Jul 2006 00:15:46 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1203327 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-versus-html#comment-1203324</link>
    <description> &lt;p&gt;That&#039;s the way I do it.&lt;/p&gt;
 </description>
     <pubDate>Sun, 02 Jul 2006 22:59:22 +0000</pubDate>
 <dc:creator>waffles</dc:creator>
 <guid isPermaLink="false">comment 1203324 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-versus-html#comment-1203323</link>
    <description> &lt;p&gt;Have already installed apache/php/mysql- took long enough to get them working having to figure ini file tweaking and finding version incompatabilites between the three.&lt;br /&gt;
Have already written most of my pages, having learned loads of php/mysql.&lt;/p&gt;
&lt;p&gt;Have taken my time learning in order to maintain &#039;best practice&#039; with every aspect including google rankings. There seems to be multiple options to do most things.&lt;/p&gt;
&lt;p&gt;Am now figuring the next step (estate agent site) making the mysql tables i have created display the images onto pages where i want them.&lt;/p&gt;
&lt;p&gt;Am i right by saving the file as .php (ovbiously), starting the file with  etc and having php code in the ?&lt;/p&gt;
&lt;p&gt;thanks for the advice&lt;/p&gt;
 </description>
     <pubDate>Sun, 02 Jul 2006 22:47:24 +0000</pubDate>
 <dc:creator>greg</dc:creator>
 <guid isPermaLink="false">comment 1203323 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-versus-html#comment-1203319</link>
    <description> &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;php code&lt;br /&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
html code&lt;br /&gt;
...&lt;/p&gt;
&lt;p&gt;You have to remember PHP is a server side language so is processed on the server before displayed as client side. Although a small site you probably wouldn&#039;t notice the time difference it is good practice to start on the right foot.&lt;br /&gt;
&quot;se rankings and multiple browser&quot; acceptance are not effected in anyway, as it&#039;s done before they see it.&lt;/p&gt;
&lt;p&gt;user preference is probably the one but you have to also remember to run php pages on your computer you need a server, ideally apache and mysql (which you can download the free bundles for windows) and may require you to start that service before viewing the page where as plain html pages can be viewed as is.&lt;/p&gt;
 </description>
     <pubDate>Sun, 02 Jul 2006 21:40:26 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1203319 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
