Simple Q
Posted: Sat Sep 12, 2009 11:13 am
Hello, I don't know so sure if it's ok to ask just a simple q, but I try so: What's the difference between:
and
and
,in a xhtml string. I'm asking this because in my scrip code I have the first version (<?php $var[name];?>) and it don't appear running localhost with easyphp, just if I put echo. Can it be a server problem or...? Because on the paid hosting server it is running.
Thanks, and hope to get an answ
(sorry for my bad engl)
Code: Select all
<?php $var['name']; ? >Code: Select all
<?=$var['name']; ? >Code: Select all
<?php echo $var['name']; ? >Thanks, and hope to get an answ
(sorry for my bad engl)