Hi,

I'm trying to get the book's price and put it properly in my own database.

<cfhttp
URL = "http://isbn.nu/9780789718105/price"
resolveurl = 1
throwonerror = Yes 
method="GET"
>

</cfhttp>

<cfoutput>
#cfhttp.filecontent#<BR>
</cfoutput>

What next? How to get the books' price from each website?


Regards,
- Rudy

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to