Question

PHP check if it contains a string?


Answer

if (stristr($_SERVER['HTTP_HOST'], "string") === TRUE)


Post Feedback

Latest

Popular