Frame only Accessible via Paying Websites
I have an application that is in 4 frames. The web sites will pay me some money to access these frames which display data to their potential customers. The application is written in php and uses MYSQL. The data is all MYSQL and the frames are dynamically built from the data in the database. I thought I had something worked out using $HTTP_HOST variable, but my try failed.How can I allow the frames only to be accessed via specific urls?
Thanks