Jump to content

[SOLVED] how to run code starts with <?


snk

Recommended Posts

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

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.