|
Hi I am new here,
I am having a hard time with this scenario. I am working on a PHP Website that needs to interact with a System Administration GUI called Webmin (http://www.webmin.com/) located in another server.
Basically the site I am working on allows users to register their domain Names (that they already own) and my PHP script needs to interact with Webmin in a Form by Form basis. The user should not see Webmin at all and shouldn't even realize that there are interactions with an external Site.
Anyone have any ideas, I was browsing through this community and I have read that a way of interacting with external forms is to have an invisible Iframe that contains the external site and posting elements through the iframe. But one problem is that Webmin requires someone to logon before they can configure DNS settings and set up Zones etc.
Anyway this is complicated and its my first time coding in PHP so any help would be greatly appreciated.
Thanks
Al
|