Hi
I am new to PHP world. I am working on webGUI for networking application.
There are around 30 to 35 network related parameters user would enter by PHP forms. I already have PHP page and I can print all this parameters entered by user in PHP script.
Now my question is, I want to process those parameters outside PHP script.
It means I have my own networking process (daemon) written in C & C++, which need this user entries so that it can do more massaging and pass it to operating system (giving those parameters to Linux like IP address etc).
I would like to know which are the different standard/non standard ways I can use? Is there any open source project, which is doing this kind of thing I could use?
Any links or books in this directions?
Your help is appreciated, Thanks in Advance
Saj