faqts : Computers : Programming : Languages : PHP : Function Libraries : PHP Related

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

Entry

if i run a code starting with <? ,& ends in ?>,the same code is coming & not the result..y?

May 21st, 2004 12:47
Julio Nobrega, subhashini radhakrishnan,


You probably have "short_open_tag" turned off on your php.ini. You can
either turn it on, or replace
<? with <?php and you should be fine.