Re: [PHP-WIN] Newcomer

2005-05-02 Thread Randy Clamons
tems Programming Novaspace.com > Original Message > From: Jason Barnett <[EMAIL PROTECTED]> > To: php-windows@lists.php.net > Date: Mon, May-2-2005 8:51 AM > Subject: Re: [PHP-WIN] Newcomer > > Barry Fawthrop wrote: > > Thanks all > > > >

Re: [PHP-WIN] Newcomer

2005-05-02 Thread Jason Barnett
Barry Fawthrop wrote: Thanks all Yes I have been slowly working through the manual, which has helped alot. I'm not sure on the issue raised, which is better A or B This falls into the "religious" area of programming. There's a good discussion about templates going on over in php-general newsgroup

Re: [PHP-WIN] Newcomer

2005-05-02 Thread Barry Fawthrop
Thanks all Yes I have been slowly working through the manual, which has helped alot. I'm not sure on the issue raised, which is better A or B (A) ... ?> or (B) x Thanks in advance Barry -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.308

Re: [PHP-WIN] NewComer Code

2003-11-15 Thread Rocco CAstoro
Thank you very much, this was exactly the help I was looking for! "Piotr Pluciennik" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I'm afraid not... > this function doesn't return string. Your function prints string... > > If you want your function to return string, try below examp

Re: [PHP-WIN] NewComer Code

2003-11-15 Thread Piotr Pluciennik
I'm afraid not... this function doesn't return string. Your function prints string... If you want your function to return string, try below example: function table4Strings( $string1, $string2, $string3, $string4 ) { return "$string1$string2$string3$string4"; } and use it: echo table4Strings(