Sorry about this, but I intend on putting php into a webpage that is html, can anyone tell me what i need to edit the pages and to add the contact form that is in php.
Once again, thank you.
How do you integrate php into an html page? Newby question,
Moderator: General Moderators
Re: How do you integrate php into an html page? Newby question,
using php tags..
Code: Select all
<html>
<!--- all the html code-->
<?php
//all the php code//
?>
</html>
- senthil babu
- Forum Newbie
- Posts: 14
- Joined: Tue Jan 27, 2009 12:20 am
- Location: INDIA
Re: How do you integrate php into an html page? Newby question,
first i cant get ur question correctly. In html we have to save page name like page.htm , for php we have to save page like page.php... ok, the extension differs right. (.php and .htm)
when we saved file name as .php , it will allow html functions inside the page too.
but if we saved file .htm and insert php codings inside the page, it makes problem
see u again
when we saved file name as .php , it will allow html functions inside the page too.
but if we saved file .htm and insert php codings inside the page, it makes problem
see u again
Re: How do you integrate php into an html page? Newby question,
If you want to display php in an html page you might need to change your apache config file: httpd.config