Re: [PHP] <?=$var?> on OS X
- From: dotancohen@xxxxxxxxx ("Dotan Cohen")
- Date: Mon, 27 Nov 2006 02:43:41 +0200
On 27/11/06, Brian Dunning <brian@xxxxxxxxxxxxxxxx> wrote:
I've got a new OS X box and for some reason <?=$var?> doesn't work
like it does on all my other OS X boxes - anyone know a quick reason
why not?
Exactly for that reason I don't recommend that you use it. Just use
<?php print $var; ?> as it's portable and doesn't add that much
typing- certainly not enough to justify the headache.
Dotan Cohen
http://what-is-what.com/what_is/webpage.html
http://lyricslist.com/
.
- Follow-Ups:
- Re: [PHP] <?=$var?> on OS X
- From: Chris
- Re: [PHP] <?=$var?> on OS X
- References:
- <?=$var?> on OS X
- From: Brian Dunning
- <?=$var?> on OS X
- Prev by Date: Re: [PHP] Negative memory_get_usage() Values
- Next by Date: Re: [PHP] <?=$var?> on OS X
- Previous by thread: Re: [PHP] <?=$var?> on OS X
- Next by thread: Re: [PHP] <?=$var?> on OS X
- Index(es):
Relevant Pages
|