hi,

print (4+5) . "<br>\n";
print ($num1 + $num2) . "<br>\n";

-Dan Joseph

> -----Original Message-----
> From: Meay Santiglia [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, June 04, 2003 2:40 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] new line question
> 
> 
> Hi there,
> I'd like to put a line between output of 9(4+5) and
> 31(8+23).<br>\n doesn't seem to work with numbers.
> Thanks,
> _--------------------------
> <html><head><title>test.php</title></head><body> 
> <?
> $num1=8;
> $num2=23;
> print "Hello my friend!<br>\n";
> print (4+5);          
> print ($num1 + $num2);
> ?>
> </body></html>
> 
> 
> __________________________________
> Do you Yahoo!?
> Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
> http://calendar.yahoo.com
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to