Roger Spears wrote:
Try this:
system(rename('/path/to/new.sh', '/path/to/old.$today'));


Actually, it should be this: rename('/path/to/new.sh', '/path/to/old.$today'); -- paperCrane <Justin Patrin>

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



Reply via email to