Re: [PHP] Newbie-Continue Line of Code

2001-05-15 Thread phpman

it doesn't matter. the thing in php that separates lines (actually commands)
is the --  ;  semicolan.
In theory you could put all your code on one line.

Mike Maki [EMAIL PROTECTED] wrote in message
9dsbhr$52j$[EMAIL PROTECTED]">news:9dsbhr$52j$[EMAIL PROTECTED]...
 How do I continue a line of code to the next line? I like to keep my lines
 of code to about 60 characters in width then wrap to the next line. Is
this
 possible with lines of PHP code?

 Thanks,

 Mike



 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] Newbie-Continue Line of Code

2001-05-15 Thread scott [gts]

then people would think you're a perl programmer ;)

 -Original Message-
 From: phpman [mailto:[EMAIL PROTECTED]]
 Subject: Re: [PHP] Newbie-Continue Line of Code
 
 In theory you could put all your code on one line.
 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Newbie-Continue Line of Code

2001-05-15 Thread Mike Maki

Phpman, Thanks for the quick reply, Wow, guess I should have tried that
before I asked. What a great forum. Quick responses! Thanks again.

phpman [EMAIL PROTECTED] wrote in message
9dsblb$9i1$[EMAIL PROTECTED]">news:9dsblb$9i1$[EMAIL PROTECTED]...
 it doesn't matter. the thing in php that separates lines (actually
commands)
 is the --  ;  semicolan.
 In theory you could put all your code on one line.

 Mike Maki [EMAIL PROTECTED] wrote in message
 9dsbhr$52j$[EMAIL PROTECTED]">news:9dsbhr$52j$[EMAIL PROTECTED]...
  How do I continue a line of code to the next line? I like to keep my
lines
  of code to about 60 characters in width then wrap to the next line. Is
 this
  possible with lines of PHP code?
 
  Thanks,
 
  Mike
 
 
 
  --
  PHP General Mailing List (http://www.php.net/)
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
  To contact the list administrators, e-mail: [EMAIL PROTECTED]
 



 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Newbie-Continue Line of Code

2001-05-15 Thread Gyozo Papp

that's great :)

From: scott [gts] [EMAIL PROTECTED]


 then people would think you're a perl programmer ;)
  
  In theory you could put all your code on one line.
  
 



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]