On 7/6/06, Vincent CHAVANIS <[EMAIL PROTECTED]> wrote:

in php when double quotes are used, PHP will first look inside the string for 
any references to variables that may exist.  (=lower).

It is variable interpolation ;p

If you are using static string please use ' single quote (=faster in term of 
processing). PHP simply takes the string as-is and assigns it to the designated 
variable.

regards

Vincent

--
Humberto Figuera - Using Linux 2.6.17
Usuario GNU/Linux 369709
Caracas - Venezuela
GPG Key Fingerprint = 5AAC DF0C 00F4 2834 28BA  37AD 3364 01D1 74CA 0603

Reply via email to