florin.sabin Posted June 10, 2012 Share Posted June 10, 2012 Hi there. I'm new around here and new in php learning Recently i started to build a script to practice my skills. The matter is that i'm not sure if in a .php file i need to add doctype if i'm gonna use html in that file. Could you please help me out with this. Thanks in advance. Link to comment https://forums.phpfreaks.com/topic/263951-doctype-in-php-files/ Share on other sites More sharing options...
kicken Posted June 10, 2012 Share Posted June 10, 2012 You should have a DOCTYPE in your final HTML output. Where you put the actual tag depends on how your generating that output though. If your php file is the HTML page just with little bits of PHP in it then yea, add the doctype there. If your using a template system then your doctype would go in your templates somewhere. Link to comment https://forums.phpfreaks.com/topic/263951-doctype-in-php-files/#findComment-1352709 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.