PHP + CISCO NETWORK REGISTRAR (Berkeley DB)
Posted: Mon May 14, 2007 11:58 am
Hello, I'm trying to develop a web gui for cisco network registrar, wich is an ip-dhcp manager. It uses berkeleydb embedded database and has a command line interface, that can receive instructions via batch files. what I need is:
a) a way to send instructions to that command line and read the responses from it. I have tried exec() function but doesn't work
or b) a way to connect to the berkeleydb via sql instructions.
hope you can help me, and thanks in advance for your attention.
a) a way to send instructions to that command line and read the responses from it. I have tried exec() function but doesn't work
or b) a way to connect to the berkeleydb via sql instructions.
hope you can help me, and thanks in advance for your attention.