Aliou and Jean
French
The astonishing adventures of …
French + others
The newborn”s toy
French
Baby can see
French
A large young girl
French
The Bremen town musicians
French + others
Ciconia Ciconia
British + others
Assortment of 150 prints o…
French
Resourse: http://childrenslibrary.org/icdl/
Build a Simple Search Engine in PHP
Video COMMENTS:
Master Burst: Nice video man, though is too simple 😚
Cri Dane: can u plz make a tutorial on how to style the pages?
Helpy Code: Hi, I've created a follow on video (part 2) to adding styling to your search engine, take a look here https://youtu.be/C97kGJqeDz4
리처드 HxI: Thank you dude OMG, i've been trying create a search engine two months ago. You help me a lot.
Helpy Code: Happy to help buddy!
Dailies highlights: can you made this video in my sqli
Helpy Code: Hi, my latest video https://www.youtube.com/watch?v=C97kGJqeDz4 has MySQLi by default, you can also view the source code of the results using MySQLi here https://github.com/jakerb/Helpy/blob/master/source/search-engine-styling/results.php
Arturo Porras: Hi how i can fill my database with url and title of internet? Thanks friend
Helpy Code: Hi, you can add more url's in via your MySQL database, see 8:12 in the video.
Tom Moritz: I got this mistake :\n\n"Fatal error: Uncaught Error: Call to undefined function mysql_connect() in C:\xampp\htdocs\phpsandbox\Search Engine\results.php:5 Stack trace: #0 {main} thrown in C:\xampp\htdocs\phpsandbox\Search Engine\results.php on line 5"\n\nLine 5 :\nmysql_connect("127.0.0.1", "root", "mypassword") or die(msql_error());\n\nI double checked the localhost, the root name and my password… Nothing.