Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   PHP (http://www.programmingforums.org/forum29.html)
-   -   br (http://www.programmingforums.org/showthread.php?t=14756)

kishou Dec 14th, 2007 2:22 AM

br
 
is there any code in php that's the same as <br> in html? thanks cause i hate having to keep on typing <?php and ?>.

Jimbo Dec 14th, 2007 10:20 AM

Re: br
 
What do you mean? <br> is HTML, so it would be output by the PHP. You can just echo "<br />";.

FireflyX Dec 15th, 2007 7:29 PM

Re: br
 
well there is \n which adds a newline in PHP


All times are GMT -5. The time now is 4:16 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC