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