you can do it by assigning them to a single string or by adding the second
to the firsst

$youroriginalfirststring .= $thestringyouwanttoadd;
please note the .

Chris
----- Original Message -----
From: "Derick Rethans" <[EMAIL PROTECTED]>
To: "Ryan Vennell" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, June 30, 2003 8:32 AM
Subject: Re: [PHP] Concatenate


> On Mon, 30 Jun 2003, Ryan Vennell wrote:
>
> > how can i concatenate two strings?  i cant seem to find the function...
thanks :)
>
> With .
>
> Derick
>
> --
> "Interpreting what the GPL actually means is a job best left to those
>                     that read the future by examining animal entrails."
> -------------------------------------------------------------------------
>  Derick Rethans                                 http://derickrethans.nl/
>  International PHP Magazine                          http://php-mag.net/
> -------------------------------------------------------------------------
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to