
January 31st, 2000, 09:55 AM
|
|
Junior Member
|
|
Join Date: Jan 2000
Location: Amsterdam, the Netherlands
Posts: 2
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
To me it seems useless to store all php code in the database. You need at least some stored on the file system to extract it from the database ;-). So why don't you put less in the db. If you want to do some dynamic php code construction use the include/require statement (you can feed it with a variable, coming from .....) or use the eval statement for the dynamic stuff.
Hope this will help.
------------------
Regards,
Ilja Heitlager
|