Re: [PHP] Long lines

2003-07-11 Thread Jim Lucas
Try this $str = "here is some php" . "here is more" . "here is even more"; Just a plain '.' will do the trick. Jim Lucas - Original Message - From: "Alvaro Rosales R." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTE

Re: [PHP] Long lines

2003-07-11 Thread Matt Matijevich
can you tell me How can I set a line break in longs line of my code?. I think you want to use \n -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Long lines

2003-07-11 Thread Alvaro Rosales R.
Hi guys,I am new to PHP and I am writing my first scripts, so maybe this question is a kinda stupid, but it is driving me crazy, can you tell me How can I set a line break in longs line of my code?. thanks in advance! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: htt