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
> 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
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
{
3 matches
Mail list logo