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. Quote Link to comment 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. Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.