I have this condition in sql and php it searches things but when there is space or line break in search it will not return anything can you assist what to change to search everything
$condition .= "question LIKE '%".mysqli_real_escape_string($connect, $text)."%' OR `picText` LIKE '%" . mysqli_real_escape_string($connect, $text) . "%'
OR ";
for example it can't search this
but can search
only
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here