RE: [PHP] Handling Code Continuation

2004-06-28 Thread Chris W. Parker
Curt Zirzow on Friday, June 25, 2004 9:29 PM said: > In general practice, and depending on how much html you're > outputing: > > function input($type,$size,$name,$value) { > value="" name="> > } you must have been really worn out when you wrote that cur

Re: [PHP] Handling Code Continuation

2004-06-25 Thread Curt Zirzow
* Thus wrote gohaku: > Hi everyone, > I would like to know how to handle code breaks or code blocks > that takes up more than two lines. you just might start a war of the gods here > For readability, I would like to know if there is something like the > following: > function input($type,$si

Re: [PHP] Handling Code Continuation

2004-06-25 Thread Marek Kilimajer
gohaku wrote --- napĂ­sal:: Hi everyone, I would like to know how to handle code breaks or code blocks that takes up more than two lines. For readability, I would like to know if there is something like the following: function input($type,$size,$name,$value) { return ">> name=\"$nam

Re: [PHP] Handling Code Continuation

2004-06-25 Thread Greg Donald
On Fri, 25 Jun 2004 22:13:03 -0400, gohaku <[EMAIL PROTECTED]> wrote: > > Hi everyone, > I would like to know how to handle code breaks or code blocks > that takes up more than two lines. > For readability, I would like to know if there is something like the > following: > function input($type,$si