On Fri, Sep 19, 2003 at 03:50:40PM -0500, Jay Blanchard wrote:
: 
: Eugene Lee asked:
: >
: > If I have a block of text saved in an external text file, e.g.:
: > 
: >     All {$badstuff} and no {$goodstuff} makes {$name} a dull
: > {$type}.
: > 
: > after reading the text into a string, is there a way to force variable
: > expansion?  In a sense, it's like having a heredoc for multiline strings
: > with variable expansion while not having the heredoc embedded in PHP
: > code.
: 
: http://us3.php.net/eval maybe?

This will work, thanks!

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

Reply via email to