zxivate Posted June 15, 2008 Share Posted June 15, 2008 Hello, I was wondering if someone could help me. I have installed apache, mySQL, and PHP. I have also written the code for the website. I was wanting to know the PHP code for calling the html code that I have written for my website, so when I type my domain name it shows the html code.Thanks Link to comment https://forums.phpfreaks.com/topic/110259-making-a-website/ Share on other sites More sharing options...
hansford Posted June 15, 2008 Share Posted June 15, 2008 <?php include('yourpage.html'); ?> Link to comment https://forums.phpfreaks.com/topic/110259-making-a-website/#findComment-565742 Share on other sites More sharing options...
zxivate Posted June 15, 2008 Author Share Posted June 15, 2008 thanks man, I'm just starting to learn PHP. This helps a lot, thanks. Link to comment https://forums.phpfreaks.com/topic/110259-making-a-website/#findComment-565743 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.