Well, you could use temporary files for this. I've never done this by
myself, but I think it's worth giving a try. :)

Fetch the data from the database, write your code to temporary file and then
include this temporary file. After that you can destroy the temporary file.


Niklas


-----Original Message-----
From: Dennis Heuer [mailto:[EMAIL PROTECTED] 
Sent: 27. helmikuuta 2003 14:29
To: [EMAIL PROTECTED]
Subject: [PHP] including db content as part of script


Hello -

One single question. Is including() a script on runtime only possible with
files or can I include() code from a database?

greetings
Dennis

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

###########################################
This message has been scanned by F-Secure Anti-Virus for Internet Mail. For
more information, connect to http://www.F-Secure.com/

###########################################
This message has been scanned by F-Secure Anti-Virus for Internet Mail.
For more information, connect to http://www.F-Secure.com/

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

Reply via email to