Atomic Taco Posted May 15, 2006 Share Posted May 15, 2006 Title & description pretty much sums it up.Thanks for your help. Link to comment https://forums.phpfreaks.com/topic/9691-how-do-i-get-apache-to-recognize/ Share on other sites More sharing options...
jeremywesselman Posted May 15, 2006 Share Posted May 15, 2006 You can only change this if you have access to the php.ini file on your server.If you do, scroll down to about line 80. And you'll see [b]short_open_tag = Off[/b]. Change the 'Off' to 'On'. And then save the file and restart your web server.[!--coloro:#990000--][span style=\"color:#990000\"][!--/coloro--]Jeremy[!--colorc--][/span][!--/colorc--] Link to comment https://forums.phpfreaks.com/topic/9691-how-do-i-get-apache-to-recognize/#findComment-35893 Share on other sites More sharing options...
Atomic Taco Posted May 15, 2006 Author Share Posted May 15, 2006 Thanks. I'm changing this on my testing server which is my own personal PC so I'll have access.Now where'd that SOLVED button go? Link to comment https://forums.phpfreaks.com/topic/9691-how-do-i-get-apache-to-recognize/#findComment-36013 Share on other sites More sharing options...
trq Posted May 15, 2006 Share Posted May 15, 2006 I wouldn't do that if I where you. Get in the habbit of using the correct tags. Most shared hosts dont support short tags. It makes working with xml that little bit more difficult, and they are depricated. Link to comment https://forums.phpfreaks.com/topic/9691-how-do-i-get-apache-to-recognize/#findComment-36018 Share on other sites More sharing options...
Atomic Taco Posted May 15, 2006 Author Share Posted May 15, 2006 Oh, I always code with <?php, but I was trying to get a third party script to work that had over 100 files that I didn't want to go through and fix. Link to comment https://forums.phpfreaks.com/topic/9691-how-do-i-get-apache-to-recognize/#findComment-36047 Share on other sites More sharing options...
trq Posted May 15, 2006 Share Posted May 15, 2006 Ever heard of [i]sed[/i] and [i]awk[/i]? Link to comment https://forums.phpfreaks.com/topic/9691-how-do-i-get-apache-to-recognize/#findComment-36112 Share on other sites More sharing options...
Atomic Taco Posted May 16, 2006 Author Share Posted May 16, 2006 [!--quoteo(post=374154:date=May 15 2006, 04:40 PM:name=thorpe)--][div class=\'quotetop\']QUOTE(thorpe @ May 15 2006, 04:40 PM) [snapback]374154[/snapback][/div][div class=\'quotemain\'][!--quotec--] Ever heard of [i]sed[/i] and [i]awk[/i]? [/quote] I'm on Windows, so, no Link to comment https://forums.phpfreaks.com/topic/9691-how-do-i-get-apache-to-recognize/#findComment-36115 Share on other sites More sharing options...
trq Posted May 16, 2006 Share Posted May 16, 2006 Find and replace then? Link to comment https://forums.phpfreaks.com/topic/9691-how-do-i-get-apache-to-recognize/#findComment-36127 Share on other sites More sharing options...
Atomic Taco Posted May 16, 2006 Author Share Posted May 16, 2006 [!--quoteo(post=374170:date=May 15 2006, 06:18 PM:name=thorpe)--][div class=\'quotetop\']QUOTE(thorpe @ May 15 2006, 06:18 PM) [snapback]374170[/snapback][/div][div class=\'quotemain\'][!--quotec--] Find and replace then? [/quote] That works, but on all the programs I know you have to open each file one at a time and perform the find/replace. Link to comment https://forums.phpfreaks.com/topic/9691-how-do-i-get-apache-to-recognize/#findComment-36130 Share on other sites More sharing options...
toplay Posted May 16, 2006 Share Posted May 16, 2006 [!--quoteo(post=374173:date=May 15 2006, 06:29 PM:name=Atomic Taco)--][div class=\'quotetop\']QUOTE(Atomic Taco @ May 15 2006, 06:29 PM) [snapback]374173[/snapback][/div][div class=\'quotemain\'][!--quotec--]That works, but on all the programs I know you have to open each file one at a time and perform the find/replace.[/quote]UltraEdit-32 editor does search and replace in files (even in sub directories). You can download the trial version and get it done.[a href=\"http://ultraedit.com/index.php?name=Content&pa=showpage&pid=10\" target=\"_blank\"]http://ultraedit.com/index.php?name=Conten...showpage&pid=10[/a] Link to comment https://forums.phpfreaks.com/topic/9691-how-do-i-get-apache-to-recognize/#findComment-36136 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.