Hi everyone,
I have been asked to build a front-end for a C program our company developed Many Many years ago.
I am actually not a developer but have been teaching myself PHP (with the help you guys sometimes hehe)
Basically what I want to know is; what is the best way to call external applications in PHP.
Basically the software is a Indexing Database that stores metadata etc they have executables/scripts that are used for different functions.
eg: dbsearch -DB01 keyword
will load the console that we can then enter keywords.
So what is the best way to run this command and then get the results and then have the ability to manipulate these results into nice formatted pages.
I know some about arrays etc which I assume I will require.
Any ideas 🙂
Thanks
Chris