[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: http://www.php.net/unsub.php



Re: [PHP] Long lines

2003-07-11 Thread Matt Matijevich
snip
can you tell me How can I set a line 
break in longs line of my code?.
/snip

I think you want to use \n


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



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 PROTECTED]
Sent: Friday, July 11, 2003 7:11 AM
Subject: [PHP] Long lines


 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: http://www.php.net/unsub.php




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