Menu

probleme with php

Help
kangun
2008-03-05
2012-09-14
  • kangun

    kangun - 2008-03-05

    hi all
    i've got a problem with php :
    i need to put <?php and not only <?
    how can i do?

     
    • Ciprian Murariu

      Ciprian Murariu - 2008-03-05

      Your server is set to don't accept short open tags.
      > short_open_tag Off

      Do a search and replace all your short tags with long tags
      <? becomes <?php

      This is fixed for the new coming version (1.93)
      Demo: http://ciprianmp.com/plus/

      Ciprian M.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.