strip the <? and ?> from the strings and do eval(); HTH
Regards, Andrey Hristov ----- Original Message ----- From: "Sergio Mergen" <[EMAIL PROTECTED]> To: "php List (E-mail)" <[EMAIL PROTECTED]> Sent: Friday, December 07, 2001 9:39 PM Subject: [PHP] database with php code Hello in my database i have records that contain php code. i want to put these content on a php file. Here´s the problem: Suppose the content returned from the Db is: $codeFromDB = "<?do some processing?>"; if i do: echo $codeFromDB; i´d be writing the content to the returned html file, bu i´d like the content to be processed by php. I suppose "echo" is not the way to do it.. So.... what can i do?? thanks for your time Sérgio Mergen Web developer VIAVALE Internet -- 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]