|
Another thing to
consider is XML. Some people (myself included) create XML files on a regular
basis. The PHP short tag <? can easily be confused by XML parsers, because it
is the same as the beginning of a Processing Instruction. For
example: <?xml version="1.0" encoding="iso-8859-1"
?>
The
problem doesn't usually arise, because the server strips the page of PHP as it
is being served; however, it is better to be safe than sorry,
eh?
--------------------------------------
|
- [WSG] PHP Question... Chris Stratford
- RE: [WSG] PHP Question... Beau Lebens
- RE: [WSG] PHP Question... Simon Jessey
- RE: [WSG] PHP Question... Beau Lebens
- Re: [WSG] PHP Question... Bradley Wright
- Re: [WSG] PHP Question... Adam Carmichael
