Hello,
I understand that this is a PHP forum but I figure that there is a large number of Sys. Admins around...
I am attempting to make a Web Server Management Application (WSMA) though is should be more Server Management Application because it will do much more than just web servers.
Though here is the thing...
I am a much better C++ programmer than PHP but I need the application to be web interfaced. So should I program the core program in C++ and than use PHP as the web interface...
Like PHP calls a routine (via SSH via SSL) to the C++ application than the C++ application dose it and returns information back to the PHP part?
I think this would be more sucure...
What do you think?
If there are any C++ programmers around could you show how I could call the C++ (and only call the function of the C++ program) via PHP and than have it wait for response? (Though it would be nice to have the page render than the response to render when it comes back dynamically (I think JavaScript could be used for this...)
Thanks,
Andrew