H! I have a big bsddb database created with python and that works fast. I know that I can use the python_apache module to show the data results online.
//--- python_apache module <form action="pythonscript.py"> <input type="text" name="age" value="user input"> <input type="submit" name="Submit" value="get records"> </form> //--- but my question is: Is there a faster/easy way to get the records online using a bsddb database ? with php script maybe ? Or must I use python and apache to get the fastest resonse... Thanks for helping/info GC-Martijn -- http://mail.python.org/mailman/listinfo/python-list