[PHP] Backend selection (ADOdb lib)

2006-03-02 Thread Olivier Cant
Hi list, I'm writing some code at the moment, and I'm trying to make it as detached as possible from the database used behind. So I already found ADOdb abstraction layer, which I find conienient. But still the fact is that I need to connect to and select a database at the begining of somes

Re: [PHP] Re: php, expect and screen

2005-10-24 Thread Olivier Cant
Actually I have to run it interactively, I can get this to work with perl and the expect module (which creates a terminal and provides two handle to read from it and to write to it) I am just wondering if there is some similar moddule in PHP? Le 18-oct.-05 à 19:19, Ben a écrit : Olivier

[PHP] php, expect and screen

2005-10-18 Thread Olivier Cant
Hi list, I'm wondering if any one has any experience at connecting to a screen session under linux with a PHP script, and reading the pty output (and maybe writing somme stuff as well) I have an interactive program runing under screen which give me some status info, and I may also issue c