Hi,
<?
while($data = mysql_fetch_array($result)) {
echo $data["text"];
}
eval($data['text']);
?>
That'll work :-)
http://www.php.net/manual/en/html/function.eval.html
read that for more information.
=====
*********************************
http://www.geocities.com/mimodit
*********************************
__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/
- [PHP] Store PHP Code in MySQL? Joseph Koenig
- Re: [PHP] Store PHP Code in MySQL? J Smith
- Re: [PHP] Store PHP Code in MySQL? J Smith
- RE: [PHP] Store PHP Code in MySQL? Mukul Sabharwal
- RE: [PHP] Store PHP Code in MySQL? Ray Hilton

