hi all i've got a problem with php : i need to put <?php and not only <? how can i do?
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.
hi all
i've got a problem with php :
i need to put <?php and not only <?
how can i do?
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.