Computer Science 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...


Computer Science



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


public class write{ int a = 10; }


but can search


public class write{

only




Jun 06, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here