Hi,

Saturday, November 22, 2003, 4:55:05 AM, you wrote:
WvV> David T-G wrote:
WvV> Guys, Jay asked a serious question (I think). Anyways, let's take this one
WvV> step further to something that I've really been wondering about.

WvV> (.. long bunch of HTML ..)
WvV> Jay asked <?=$Question?>, then Tom said <? echo $Answer; ?>. <?php

WvV> print 'Meanwhile a lot of others read it including '.$Strangers[0].',
WvV> '.$Strangers[2].', '.$Strangers[3].' and '.$Strangers[4].'."\n";
WvV> echo "After a short while, among others, $Kirk[firstname] {$Kirk[lastname]}
WvV> also said his things.";
?>>

WvV> Point is, which of the inline printing style is preferred by you guyes. I
WvV> tend to use <?=$Var?> a lot, since it reads easier but get into struggles
WvV> with myself when I do that multiple times in a row.

The first time I ever used print was in the example I gave above so echo does
everything I have needed till now.


-- 
regards,
Tom

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to