php evaluated directly by mysql and not the webserver ?
From: Heinz (lullundlall_at_yahoo.com)
Date: 11/28/03
- Next message: Nico: "Re: Textarea problem in form: values not recognised"
- Previous message: Luke Ross: "Re: PHP and sub-path parameters ?"
- Next in thread: Robert Downes: "Re: php evaluated directly by mysql and not the webserver ?"
- Reply: Robert Downes: "Re: php evaluated directly by mysql and not the webserver ?"
- Reply: Nikolai Chuvakhin: "Re: php evaluated directly by mysql and not the webserver ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 28 Nov 2003 15:17:29 +0100
Hi there
Out of curiosity ....
Long time ago I was working with Infomix (now IBM) Universal Server, that
had a data type 'html' implemented as data blade. Through data blades you
could extend the sql engine with your own data types.
Can't remember exactly how it worked but you could store html with embedded
'sql code' in the database.
If you ran a query against that 'page', values from the query where passed
to the code in the page and then the page was evaluated directly by the
database engine. The output was plain html as in evaluating php by a
webserver.
So is there similar work underway with php being evaluated directly by
mysql, instead of the web server ?
Cheers
Heinz
- Next message: Nico: "Re: Textarea problem in form: values not recognised"
- Previous message: Luke Ross: "Re: PHP and sub-path parameters ?"
- Next in thread: Robert Downes: "Re: php evaluated directly by mysql and not the webserver ?"
- Reply: Robert Downes: "Re: php evaluated directly by mysql and not the webserver ?"
- Reply: Nikolai Chuvakhin: "Re: php evaluated directly by mysql and not the webserver ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|