John Nichel schrieb:
>>Is there any difference in performance in these two ways?
>> [...]
> The latter is less for you to type. ;)
I had a prepared a similar answer but then I figured the question was
explicitly focused on performance and dropped that note. But now I see
that the question could be
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,
Hi guys!
Is there any difference in performance in these two ways?
$sql = $sql .
OR
$sql .=
/G
http://www.varupiraten.se/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
3 matches
Mail list logo