RE: [PHP] Re: PHP in HTML code
[email protected] ("Bob McConnell")
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
From: Jochem Maas > Op 3/13/10 3:49 PM, Jorge Gomes schreef: >> First of all, i recommend the use of normal php tags (<?php ... ?>) because >> the short tags are atm marked as* **DEPRECATED*. > > that's a documentation error. No it's not. The short tags conflict with both XML and XHTML and therefore are being phased out. You should be replacing them as quickly as you can. Bob McConnell