snk Posted August 22, 2008 Share Posted August 22, 2008 Hello, I am running wampserver ver 2 php5 ver 5.2.6 I am trying to install some scripts, but they dont run (I see the code) coz they start with <? I changed to <?php and it went forward. Now I want to install a big real estate script and I am wandering if I have to enable any extension or to change something on settings. Thank you in advance. Link to comment https://forums.phpfreaks.com/topic/120820-solved-how-to-run-code-starts-with-lt/ Share on other sites More sharing options...
JasonLewis Posted August 22, 2008 Share Posted August 22, 2008 It's a configuration in your php.ini file. Click the WampServer icon in the corner, goto PHP then php.ini. Search for "short_open_tag = Off" then change it to On. Restart the services. Good luck. Oh and I'd recommend reading the notes above it, as they are a good insight. Link to comment https://forums.phpfreaks.com/topic/120820-solved-how-to-run-code-starts-with-lt/#findComment-622800 Share on other sites More sharing options...
snk Posted August 22, 2008 Author Share Posted August 22, 2008 thank you very much, you resolved my hands php.ini its too big, but you are right its good to give a look just to know your option. thanks again Link to comment https://forums.phpfreaks.com/topic/120820-solved-how-to-run-code-starts-with-lt/#findComment-622804 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.