Posted by Oli Filth on 04/07/05 01:12
InSeCo wrote:
> Hay,
>
> How can I combine two text variables?
>
> This goes wrong :
> $firstname = "Firsty"
> $lastname = " Lasty"
> $fullname = $firstname + $lastname
>
>
$a = $b . $c;
Note that you're also missing semi-colons at the ends of lines.
--
Oli
Navigation:
[Reply to this message]
|