Coding a PHP search

preview_player
Показать описание
A simple tutorial on coding a php based search
Рекомендации по теме
Комментарии
Автор

Great video! Clearly explained, all the details, comments throughout are very useful. Great tutorial! (and I don't just hand out compliments, trust me...) :-) Thank you very much.

Every-thing-it
Автор

All of these single keyword searches are only good for your own private search engine when looking up something in your own database, but as for users of your website, this isn't realistic because most people would enter in multiple keyword phrases instead of just single keywords, in which this code wouldn't return results. You would need to do like some kind of 'for each' loop to check for multiple keywords that the user inputs.

AaronEstebanSEO
Автор

Can you make a video for multi data filter search..

akshaysharma
Автор

hi why my $data="; is an error to me im just copying your codes and its been error

kuyajerms
Автор

Hey dude your tutorial are really good, thanks for that.
I try it and it works, but i got the message 

object(mysqli_result)#2 (5) { ["current_field"]=> int(0) ["field_count"]=> int(1) ["lengths"]=> NULL ["num_rows"]=> int(5) ["type"]=> int(0) } 

this message is on the TOP and under this are the function, but it works, and how can i disable that shit :D:D:D

simpletube