RE: [PHP] Storing php-code in mysqlDB

2001-04-27 Thread PHPBeginner.com
egins) [EMAIL PROTECTED] www.phpbeginner.com -Original Message- From: Jason Murray [mailto:[EMAIL PROTECTED]] Sent: Saturday, April 28, 2001 2:33 AM To: '[EMAIL PROTECTED]'; [EMAIL PROTECTED] Subject: RE: [PHP] Storing php-code in mysqlDB > I try to store phpcode in a mysql

RE: [PHP] Storing php-code in mysqlDB

2001-04-27 Thread Jason Murray
> I try to store phpcode in a mysql-database, to have them ready, when > they´ll be needed > When I request these, it seems that they will not be parsed. > Any suggestion? Eval() it. http://www.php.net/manual/en/function.eval.php Jason -- Jason Murray [EMAIL PROTECTED] Web Developer, Melbour

[PHP] Storing php-code in mysqlDB

2001-04-27 Thread heinisch
Hi folks, I try to store phpcode in a mysql-database, to have them ready, when they´ll be needed When I request these, it seems that they will not be parsed. Any suggestion? some code: // the result comes from an object function while ($obj -> Fetchinto(&$row)) // as long as there are results {