reid / shopper

Visual eBay search.

reid (author)
Mon May 18 16:27:10 -0700 2009
commit  7210fa3a65a97315c07d36f90078422809166c53
tree    6d29cfd1ca94130ba3fcb1161d0a75ec4de2f60f
parent  4922caa4c36fba84869c259ddf4e036c92cdb5a5
shopper / canvas.php
100644 12 lines (9 sloc) 0.178 kb
1
2
3
4
5
6
7
8
9
10
11
12
<?php
 
echo file_get_contents('index.html');
 
if (array_key_exists('q', $_REQUEST)) {
    echo <<<EOHTML
<script>
IRShopper.setQuery("{$_REQUEST['q']}");
</script>
EOHTML;
}