Hi I am technically not so much sound ....Can any one please help me that how can i parse php page in HTML.My website is running at LINUX server. Thanks IN Advance
You need to have the php package and what not installed on your server. Most web servers have php installed already. Google phpinfo to see how to test what php stuff you got going on. If you don't have php installed send me a msg and I'll install it for you for a small fee.
If you are trying to get PHP to run within a page with an .html extension, add the following to your .htaccess file. This will run all scripts with an .htm or .html extension through the PHP parser. AddType application/x-httpd-php .html .htm Code (markup): Your hosting company has to allow server overrides for this to work.
I don't understand what mean "parse php page in HTML", actually, you are can't parsing in HTML at all =)