I would like to store a mix of php and html in a database and then return
the results.  I can't figure out how to do this.

$abc='<div class="bob"><?php echo "$Message" ; ?></div>' ;
...
$Message="Hello World" ;
...
echo eval ($abc) ;

where $abc is actually retrieved from a database.
Does not work, but may illustrate what I am trying to accompish.  If anyone
has any hints on how I can do this, I would be very grateful.

Thanks,

Gord.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to