un-eval()

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Does eval() have a synonym?

I store html in a mysql record, extract it into $contents. Under normal circumstances, I have to eval($contents) to get any embedded php code to work.

But when I use FCKeditor: http://testesp.flsh.usherb.ca/~johj2201/ramtest.php

$contents='<input type="text" value="<?php echo "hello world"; ?>';
$oFCKeditor->Value = $contents;
$oFCKeditor->Create() ;

Somehow FCKeditor eval()s $content. Under normal circumstances, I would ask the FCKeditor forum to address this. I would if I could point out to them the bug. But I cannot find any instances of eval().

Does eval() have a synonym? Or can I un-eval($contents)?

John

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux