![]() |
|
|
+ Search |
![]()
|
Jun 19th, 2004 21:34
Prontex Design, Ronald Cherry,
<?=$foo?> is just shorthand for <? echo $foo ?> More information can be found here: http://www.php.net/echo ----- <br /> is just the XHTML standard way of using the <br> tag. In the standard, all tags must "close" and since <br></br> could lead to some browsers actually rendering 2 line breaks instead of one, you would use the <br /> form. More information can be found here: http://www.w3schools.com/xhtml/xhtml_howto.asp http://www.w3.org/MarkUp/