> what's the difference between using
> <?php ?> and using <? ?> and using <script  language="php"> </script>

<?php ?> always works.
<? ?> only works with "short tags" on, and XML is incompatible with it,
since it uses <?XML
<script language="php"></script> always works, but is a fair amount to type.

There is no performance/behaviour difference other than these.

--
Visit the Zend Store at http://www.zend.com/store/
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to