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/

Reply via email to