Blog

  • September 20, 2010

    PHP: Replace/convert short tags

    Its considered good practice to publish PHP scripts without short opening tags for best compatibility with different environments. If you need to convert a whole folder full of PHP files using short tags into full ones, here is how you can do it. Simply using a regular expression — e.g. using … Read