php - Searching Multiple Rows in database -


Hello everyone I have run into a small problem, I should be able to find several rows in my database There is some difficulty with my code. Can you please take a look at my query

  $ raw_results = db :: table ('student') - & gt; Select ('name', 'date', 'class') - & gt; Where ('name', 'likes', "% $ query%") - & gt; get receive ();    

as part of your query or where () or where ('class', 'like', "% {$ query} }% ") - & gt; Received ();

Comments

Popular posts from this blog

php - PDO bindParam() fatal error -

logging - How can I log both the Request.InputStream and Response.OutputStream traffic in my ASP.NET MVC3 Application for specific Actions? -

java - Why my included JSP file won't get processed correctly? -