Hi to all
any one Could tell me any diffrence between <?php ?> and <? ?>. And which one is better to use and in which situations.
Byeeeeee
<? ?> is the older syntax, and it can cause problems with xml (as the xml prolog uses <?). Unless you have a specific reason to use <? (and laziness isn't a good one) you should generally use <?php.
-- Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
http://www.smempire.org
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php