phrozenflame Posted December 29, 2006 Share Posted December 29, 2006 is it good to use deprecated tags, and functions in php, or should I always try to use the newest version of those deprecated, and if I find myself using deprecated tags at one point or another are they considered bad programming practice or against some specific standards Link to comment https://forums.phpfreaks.com/topic/32220-deprecated-tags/ Share on other sites More sharing options...
wildteen88 Posted December 29, 2006 Share Posted December 29, 2006 What do you mean depreciated tags? The only tags PHP has are the opening and closing tags (<?php ?>) Do you mean HTML? Link to comment https://forums.phpfreaks.com/topic/32220-deprecated-tags/#findComment-149550 Share on other sites More sharing options...
phrozenflame Posted December 29, 2006 Author Share Posted December 29, 2006 I know in xhtml I stay away from deprecated tags, I was just checking to make sure I should do the same with php Link to comment https://forums.phpfreaks.com/topic/32220-deprecated-tags/#findComment-149556 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.