Rohlan Posted April 10, 2009 Share Posted April 10, 2009 Hi everyone. I just formatted my PC and got my server running and I need to re-configure it like it was before. The one thing I'm forgetting is how to enable PHP to recognize the "<? ?>" tags. Right now I can't remember what that's called on the php.ini file and thus my scripts are failing to run and PHP's just throwing a fit at me Anyone able to refresh my memory? Thanks! Link to comment https://forums.phpfreaks.com/topic/153468-solved-parse-errors-due-to-php-tags/ Share on other sites More sharing options...
Yesideez Posted April 10, 2009 Share Posted April 10, 2009 Best thing is not to - you may be using hosting in the future where you can't change it and you'll have a LOT of editing to do plus it's a VERY bad habit to get into using short tags. If you REALLY need to use them then edit php.ini and search for "short tags" Link to comment https://forums.phpfreaks.com/topic/153468-solved-parse-errors-due-to-php-tags/#findComment-806302 Share on other sites More sharing options...
Rohlan Posted April 10, 2009 Author Share Posted April 10, 2009 I understand and that is what I will be doing. Right now though, I need a speedy edit to one of my scripts and it'd take too long to do it right now that I'm running short on time. Thank you for helping me! Link to comment https://forums.phpfreaks.com/topic/153468-solved-parse-errors-due-to-php-tags/#findComment-806304 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.