PDA

View Full Version : PHP dba functions and CGI PHP


vector
11-21-02, 08:31 PM
Some time ago I wrote a not relational database application based on the PHP "dba" functions. It works quite good and almost give you the sence of using a real relational database and I'm satisfied with it.
The problem is that when PHP is not a modul but integrated in Apache bynary this function does not work (at least that's what I was told from the Powweb support guis (although I'm not sure if there is no way to compile Apache whith support for these (or any) functions.
I've already started rewritting the whole thing using MySql as a backend storage, but I'll hate to give up the dba solution - so the question is:

Does anyone have any idea if and how a PHP code with dba functions could be used on Apache compiled without it ......

Or if you know a web host providing such option (dba) please let me know.