As I can see, it´d be too much faster to decide by yourself than reading all 
theese answers and understanding their differences and taking people´s time 
for nothing.

-- 
João Cândido de Souza Neto

"saeed ahmed" <[email protected]> escreveu na mensagem 
news:[email protected]...
> $a = 'hey';
> $b = 'done';
>
> $c = $a.$b;
> $c = "$a$b";
>
> which one is faster for echo $c.
> 



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

Reply via email to