MrGary Posted January 27, 2012 Share Posted January 27, 2012 Hello, I can't find those or mr. Google, can anyone please help me to find them? the tags that can be included in HTML and deciphered by PHP as a PHP code <if> <else> <elseif> etc.. Thanks Link to comment https://forums.phpfreaks.com/topic/255904-php-html-tags-etc/ Share on other sites More sharing options...
scootstah Posted January 27, 2012 Share Posted January 27, 2012 You're doing more work for no reason. You can just do <?php if(condition): ?> <some html> <?php endif; ?> Link to comment https://forums.phpfreaks.com/topic/255904-php-html-tags-etc/#findComment-1311822 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.