Re: Php search help
Posted: Wed Apr 13, 2016 9:43 pm
Hello,
I assume you would want to do something like this:
change:
-Filip
I assume you would want to do something like this:
change:
Code: Select all
to:
if(isset($_GET['k'])) {
Code: Select all
KR,if(isset($_GET['k']) && trim($_GET['k']) !== '') {
-Filip