Re: Blackwells the bookshop
I believe theres no stats at all.
I did email them, must be almost a week now and no reply.
I never got round to putting any links up and there support is not encouraging me much.
If this helps anyone its a simple php parser for there text-delimited db stuff. Have'nt tested it but should work in theory.
// $readfile = file("http://search.blackwell.co.uk/servlet/search?isbn=0140244913");
// list ($fields[0],$fields[1],$fields[3],$fields[4],$fields[5],$fields[6],$fields[7],$fields[8]) = split ('|', $readfile);
// print("ISBN: $fields[0] Author: $fields[1] Title: $fields[3] Price: $fields[4] Avaliabilty: $fields[5] URL: $fields[6] P&P $fields[7] Type: $fields[8]");
|