Hello,
Does anyone know how to query clickbank.com database to use in php scripts? I would like to be able to format the results with my own fonts also. This info is very easy to find for google, amazon, but not clickbank. Help is appreciated.
Hello,
Does anyone know how to query clickbank.com database to use in php scripts? I would like to be able to format the results with my own fonts also. This info is very easy to find for google, amazon, but not clickbank. Help is appreciated.
They don't have a mechanism so you can directly query it and use the results as your own. (No SOAP service or XML-RPC or RSS or anything)
You can use a user agent written in PHP and then parse the results yourself, or you can use fopen(); Either way, what you want to do is very difficult... you would get all the HTML source into your PHP code, and then parse all the HTML somehow into some datastructure you've designed to hold the information. Then you would need to output the datastructure in order to get the desired HTML output.
Where can I begin to learn how to extract their html to put into my datastructure? Is there any tutorial out there? I am not really sure what terms to search.
Thanks,
Jeff