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

Reply via email to