Forum Moderators: phranque
I am running a website with a huge mysql database. My problem is that I would like to offer my information to other related websites so I need a script or something that allows external websites to query my database and return results in customized html-code. The concept is closely related to a small search engine..
Does anyone have any ideas?
Thanks
But just to make absolutely clear what I am talking about, what I need is basically:
I want to offer certain search terms to other gambling related websites, like different payment options for instance (Neteller, Paypal etc..) When the user of the other website clicks on a search term, I need a script to implement on the other website that can access my MySQL database and return results as HTML on the other website. Normally I use PHP to access my database but this can only be done from within my own domain because of the security issues.
Hope this makes sense...
Cheers
Per
Of course this is just the basics, but it is quite simple as almost every PPC does it. Search for RSS tutorials or something to the likes of that.
-Brandon
You control the security and authorization at your web server. Users never connect directly to your database. Only your web server does, so it works fine on a shared server.
I started playing around with this about a year ago. It seemed pretty confusing at first, but things started to make sense quickly. There is plenty of info about it on the web. Practically every web development site out there has a few how-to articles on it.
ray