On Fri, 3 Dec 2004 09:32:34 +0530, suneel <[EMAIL PROTECTED]> wrote:

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



Reply via email to