I've been searching for quite a while on how can you view search results based on a PHP form on a client's site pulling the data from Jamaican Yellow Pages.
I've found APIs for the Canadian one (http://www.yellowapi.com/), but nothing else.
I've tried using a URL with the search parameters to redirect to the Yellow Pages results page, but obviously with no luck, something like the following:
<form action="http://jamaicayp.com/Jamaica-Kingston/<?php $_GET['what']?>"
method="GET" class="form-input">
<input type="text" name="what" placeholder="sometext"/>
<input type="submit" name="some_name" value="Find"/>
</form>
Any help would be appreciated.