----- Original Message ----- From: "Oliver Grätz" <[EMAIL PROTECTED]>
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

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

Reply via email to