short_open_tag

Generally we use

“<?php ……  ?>”

to write the php code, but we can also use

“<? ……….. ?>”

tags to write the php code, these are call short open tag in php. To make this tag work we have to make

“short_open_tag = On”

php php.ini file which exists in c:\xampp\php folder.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.