I have a collection of url on my database and want to share to other webmasters this information, by letting them to connect to my mySQL database but of course I don't want to give them my database information. (password, username, and others)
What I plan is creating a script that will connect to other script in my website, the first script should be use by other webmaster and the other one is installed in my website.
So every time the other site request info to my database it will request from the script installed on my site then transfer the info to the requesting script.
Is this possible? how can I do this?
Thanks
Ed