Posted by Geoff Berrow on 11/23/05 00:57
Message-ID: <MPG.1dedaf3d2e7287b898ae07@news.newshosting.com> from
Krustov contained the following:
>
><?php unlink('folder/$poop.php'); ?>
>didnt work
>
><?php unlink("folder/$poop.php"); ?>
>did work
>
>
>As subject - just curious why .
In single quotes the variable name would not have been expanded.
http://uk.php.net/types.string
--
Geoff Berrow (put thecat out to email)
It's only Usenet, no one dies.
My opinions, not the committee's, mine.
Simple RFDs http://www.ckdog.co.uk/rfdmaker/
[Back to original message]
|