>       Specifically I am interrested in variable interpolation and all the side
> effects of double quotes (I consider addslashes/stripslashes to be a
> kind of "side effect" as they are only necessary because of the "magic"
> of double quotes - as I understand it now. But then that is why I am
> asking for more information. There could be more to it.)

No, addslashes/stripslases has to do with databases that want quotes
escaped.  They have nothing to do with PHP's internal string handling.

-Rasmus


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to