-
Website
http://www.masternewmedia.org -
Original page
http://www.masternewmedia.org/news/2006/08/04/contextual_advertising_now_available_to.htm -
Subscribe
All Comments -
Community
-
Top Commenters
-
powen
4 comments · 1 points
-
mikepower
3 comments · 1 points
-
davidorban
3 comments · 2 points
-
Cathy_WynSculley
3 comments · 1 points
-
Mike Chelen
13 comments · 2 points
-
-
Popular Threads
-
Free Screencasting Tools: Guide To The Best Tools To Record Your Screen
2 days ago · 2 comments
-
Send Large Files Of Any Size: Guide To The Best Tools And Services To Transfer Large Files
1 week ago · 3 comments
-
Social Media Meets Online Television: Social TV Is Next
1 week ago · 1 comment
-
P2P And The Social Cloud - The Emergence Of Peer Economic Systems - Part 1
2 weeks ago · 3 comments
-
Browser Compatibility Testing Guide: The Best Tools And Services To Check How Others See Your Web Site
3 weeks ago · 3 comments
-
Free Screencasting Tools: Guide To The Best Tools To Record Your Screen
I am using a little php to auto populate the search results while
using the Amazon Associates "Recommended Product Links" banner. The
search variable $searchentry is generated by a users search on my site
(Code is at the bottom of this post).
This works fine and delivers reults based on the value of the
variable.
Is there any way of replacing "&mode=books-uk" with something that
will use all the amazon categories?
I would like my results to show anything at amazon relating to search,
not just books
I tried removing "&mode=books-uk", but the results are still all books
(by default it would seem).
I have tried "&mode=all" and such like; with no success.
Any help would be super
Many thanks
Mr M
My code:
<iframe src="
{php}
print "http://rcm-uk.amazon.co.uk/e/cm?
t=mytrackingid-21&o=2&p=48&l=st1&mode=books-uk&search=";
{/php}
{$searchentry}
{php}
print "&fc1=000000<1=&lc1=3366FF&bg1=FFFFFF&f=ifr";
{/php}
" marginwidth="0" marginheight="0" width="728" height="90" border="0"
frameborder="0" style="border:none;" scrolling="no"></iframe>