I'm trying to echo some HTML with PHP as well as there is a PHP variable inside which comes out as syntax error
.
The line:
<td><?php if($value['search_id'] == 0){echo 'False Search';}else{echo '<a href="https://google.com/search/".$value['search_id'].""</a>';} ?></td>