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(