Answers for "check if query string exists php"

PHP
0

if exists in string php

if (strpos($search, ' -') !== false) {
  echo 'There is exclude pattern "-" in search expression';
}
Posted by: Guest on March-02-2022

Code answers related to "check if query string exists php"

Browse Popular Code Answers by Language