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
> >
> >
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
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
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
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(