[PHP] Re: How to run PHP from a MySQL DB

2003-08-14 Thread Alexandru COSTIN
Oopps, sorry for my previous reply. Actually I've missunderstood your question - I've understood it better now. The "eval" is indeed the key - but there is one major performance issue - when eval-ing code from the database, you won't be able to use a PHP accelerator - as they can't opt

[PHP] Re: How to run PHP from a MySQL DB

2003-08-14 Thread Jeremy Darling
This is actually for a personal web portal, so very little will be eval'd out of the database most of the time. I'm not sure what a PHP accelerator is, but I'm guessing that if I wanted to use it I could get away with doing something like: Export the php file from the db to an actual tmp file. r

[PHP] Re: How to run PHP from a MySQL DB

2003-08-07 Thread Jeremy Darling
Thanks Alexandru, I just picked PHP back up and am quite a bit rusty on where to find information these days. Jeremy "Alexandru Costin" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > Please take a look at http://php.weblogs.com/ their first article is > exactly abou

[PHP] Re: How to run PHP from a MySQL DB

2003-08-06 Thread Alexandru COSTIN
Hi, Please take a look at http://php.weblogs.com/ their first article is exactly about this (both PostgreSQL and something about MySQL - see the comment) Alexandru -- Alexandru COSTIN Chief Operating Officer http://www.interakt.ro/ +4021 312 5312 "Jeremy Darling" <[EM

[PHP] Re: How to run PHP from a MySQL DB

2003-08-06 Thread Alexandru COSTIN
php accelerator : http://www.google.com/search?q=php+accelerator As for the tmp solution - this is indeed the approach Alexandru -- Alexandru COSTIN Chief Operating Officer http://www.interakt.ro/ +4021 312 5312 "Jeremy Darling" <[EMAIL PROTECTED]> wrote in message news: