Recent content by vortex543

  1. V

    site php starting tags?

    You haven't got short tags turned on in your php.ini file. All versions of PHP have supported both short and full tags, but you can disable short tags in the INI file. Open up php.ini and set short_open_tag to 1.
  2. V

    site php starting tags?

    You haven't got short tags turned on in your php.ini file. All versions of PHP have supported both short and full tags, but you can disable short tags in the INI file. Open up php.ini and set short_open_tag to 1.
Back
Top