Posted by "Gustav Wiberg" on 09/16/05 03:09
----- Original Message -----
From: "Oliver Grätz" <oliver.graetz@arcor.de>
To: <php-general@lists.php.net>
Sent: Friday, September 16, 2005 1:34 AM
Subject: [PHP] Re: adding string...
> Gustav Wiberg schrieb:
>> Hi guys!
>>
>> Is there any difference in performance in these two ways?
>>
>>
>> $sql = $sql .
>>
>> OR
>>
>> $sql .=
>
> No difference. Even if there was any difference it would be totally
> negligible.
>
> AllOLLi
>
> ____________
> Byers: "What proof do you have?"
> Bond: "I got this!"
> Byers: "You're on the phone, Jimmy!"
> [Lone Gunmen 09]
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
Ok, thanx!
/G
[Back to original message]
|