No worries I found a way to fix it now I just need to alter my advanced search to make it filer better.
This is the code I used.
Code:
<?php
if ($products_author != '') {
?>
<div id="productColour" class="productinfo"><strong>Author: </strong><a href= "http://jazmin-books.co.uk/index.php?main_page=advanced_search_result&keyword=<?php echo $products_author; ?>&search_in_description=1&categories_id=&inc_subcat=1&manufacturers_id=&pfrom=&pto=&dfrom=&dto=&x=18&y=10"><?php echo $products_author ?></div></a>
<?php
}