Jump to content

php tags


gish

Recommended Posts

I have just been given some code that is live on a web site. I pulled it down to my local linux machine and the php will not run. I have worked out the issue

the php tags are <? scripting ?> it is missing the php.

 

I have a couple of questions how do I get my local linux  machine get <? scripting ?>  this to work and I have a lot of code that is like this and I am sure

that it is no longer secure is this right?

Link to comment
Share on other sites

as pikachu stated, this setting is found in your php.ini file.. you will want to look for the directive labeled "short_open_tag" and set it to "on"..

not trying to be an echo to pikachu here, however in the future the short_tag directive will most likely be removed.. I would speak to the owner of the site to have the short tags changed to full tags...

using short tags these days is considered a bad practice..

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.