Hi
I have the Zoom Search tool installed on my website www.specialistinks.com and I would like the title tag of the page that displays the results to reflect the search term the customer as input. Currently the the page displays the PHP code, instead of printing the code out. I am not sure as to why this would be, I am profesant enough in PHP to write code correctly, but I think this error lies with the Zoom code and not with the short php code I have written, for your information the code used on the page is listed below:-
<?php
$title=$_GET['zoom_query'];
?>
<title><?=$title?></title>
I have the Zoom Search tool installed on my website www.specialistinks.com and I would like the title tag of the page that displays the results to reflect the search term the customer as input. Currently the the page displays the PHP code, instead of printing the code out. I am not sure as to why this would be, I am profesant enough in PHP to write code correctly, but I think this error lies with the Zoom code and not with the short php code I have written, for your information the code used on the page is listed below:-
<?php
$title=$_GET['zoom_query'];
?>
<title><?=$title?></title>
Comment