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 Quote 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'); ?> Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/110259-making-a-website/#findComment-565743 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.