|
Posted by Toby A Inkster on 04/02/07 14:24
andy.z wrote:
> I want to echo that variable AS IF - it had been set with single quotes.
In the general case, there's no way of doing that -- double-quoted strings
are interpolated and unescaped as soon as they are encountered, and after
that there's no way of going back to the original string.
However, in this specific case, addcslashes() should do the trick.
--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact
Geek of ~ HTML/SQL/Perl/PHP/Python*/Apache/Linux
* = I'm getting there!
Navigation:
[Reply to this message]
|