Posted by Carl Vondrick on 04/13/06 20:39
infernon wrote:
> print "</br>";
>
> Is this correct practice?
No, it needs to be either <br> or <br /> depending on what markup language
you are using (HTML uses <br> and XHTML uses <br />).
On the PHP side, the following is a little bit faster:
echo '<br />';
--
Carl Vondrick
Web-Engineer
www.carlsoft.net
Navigation:
[Reply to this message]
|