RE: [PHP] Handling Code Continuation

2004-06-28 Thread Chris W. Parker
Curt Zirzow mailto:[EMAIL PROTECTED] 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) { ?php input type=php echo $type? size=?php echo $size? value=?php echo $value?

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

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 input type=\$type\

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