Gustav Wiberg wrote:
Hi guys!

Is there any difference in performance in these two ways?


$sql = $sql .

OR

$sql .=

The latter is less for you to type. ;)

--
John C. Nichel
ÜberGeek
KegWorks.com
716.856.9675
[EMAIL PROTECTED]

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

Reply via email to