![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Programmer
Join Date: May 2007
Posts: 52
Rep Power: 2
![]() |
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 ?>.
|
|
|
|
|
|
#2 |
|
Battle Programmer
Join Date: Feb 2006
Location: Bellevue, WA, USA
Posts: 747
Rep Power: 3
![]() |
Re: br
What do you mean? <br> is HTML, so it would be output by the PHP. You can just
echo "<br />";.
__________________
<insert disclaimer here> <insert shameless plug for Visual Studio here> |
|
|
|
|
|
#3 |
|
PHP God
|
Re: br
well there is \n which adds a newline in PHP
__________________
mysql_query("DELETE chavs FROM earth") or die("chavs"); |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|