fm1 Posted May 8, 2008 Share Posted May 8, 2008 hi guys,im a bit new to php can you create a full website using just php,for instance, is a php website just php code. or does the website compile of html and added php to give it some features. reason im asking is because i cant find any tutorials on how to make a full php website. should you code the site in html then add php to it Quote Link to comment https://forums.phpfreaks.com/topic/104678-newbie-question/ Share on other sites More sharing options...
phpretard Posted May 8, 2008 Share Posted May 8, 2008 Php renders HTML Quote Link to comment https://forums.phpfreaks.com/topic/104678-newbie-question/#findComment-535746 Share on other sites More sharing options...
phpretard Posted May 8, 2008 Share Posted May 8, 2008 <?php echo " <html> <head> <title> HUH?</title> <body> I Don't Really Understanf The Question. </body> </html>"; ?> Quote Link to comment https://forums.phpfreaks.com/topic/104678-newbie-question/#findComment-535748 Share on other sites More sharing options...
fm1 Posted May 8, 2008 Author Share Posted May 8, 2008 Php renders HTML what do you mean, if you dont understand my question, then how do you build a website, using php only or does it have to be compiled in html Quote Link to comment https://forums.phpfreaks.com/topic/104678-newbie-question/#findComment-535751 Share on other sites More sharing options...
spillage Posted May 8, 2008 Share Posted May 8, 2008 php needs to echo or print the html code as shown by phpretard. You need html to create the page and php does all the dynamics. cheers, spill. Quote Link to comment https://forums.phpfreaks.com/topic/104678-newbie-question/#findComment-535798 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.