PDA

View Full Version : A question about PHP and HTML


ultranet
01-02-2007, 12:29 AM
Dear members

Sorry If I posted this in wrong section.

Actually I am trying to insert a PHP element into my HTML web page and so far I have had little success.

I want to add a RSS reader to my site using PHP code and the vendor is suggesting the following

The want me to modify the htaccess. file with one of the following, which I have no problem with but it doesn't seem to work.

PHP scripts do not automatically work on html pages. If you have an HTML or (.HTM) based site, in order for PHP scripts to run on your .htm or .html pages you have a 2 options;

1. For Apache Servers Edit your .htacess with AddType application/x-httpd-php .htm .html Then Add the php code from the reader directly to your html pages

2. For Apache Servers Edit your .htacess with either .htm server parsed .html server parsed or
Addhandler application/x-httpd-php .html .php Then follow the directions below to use the php code from the reader with SSI Includes.


Now I tried each but the PHP element does not show.

Thanks in advance

Cheers,

dang
01-02-2007, 10:11 AM
Can you give us the code snippet you are trying to use in your html?

Are you using Linux/Apache or Windows/IIS?