|
|
Include PHP file inside the html file - HTML
|
Views : 1231
|
|
Tagged in : HTML
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
Hi...
Two way to include php file inside the html file.
(*) Change Apache configuration file.
(*) Rename .html to .php.
Change Apache Configuration:
Just include the below code into your apache conf file and restart your apache.
AddType application/x-httpd-php3 .php3 .phtml .php .html .shtml .htm
Rename .html to .php:
Rename .html file into .php file and then include your php file anywhere in that page.
|
|
By - Nirmala, On - 2009-08-10 |
|
|
|