Hi David,
Have noticed a new error log containing the following;
PHP Deprecated: implode(): Passing glue string after array is deprecated. Swap the parameters in /home/xxxxxxxxxxx/public_html/sitesearch.php on line 168
Not sure what parameters to swap. Any help would be much appreciated.
Thanks,
Graham
Hi Graham,
Have a look for this code;
$match_q = implode($allWords," ");
...and then to swap the parameters REPLACE with:
$match_q = implode(" ",$allWords);
Cheers,
David.
--
PriceTapestry.com