MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | Duration: 1 Hours | Lec: 9 | 90 MB
Genre: eLearning | Language: English
Step by step guide to create an autocomplete system from scratch using javascript and PHP
Greeting everyone and welcome to this course on how to build an autocomplete system using javascript and PHP.
Generally, an autocomplete system needs three different technologies:
Client-side language to communicate with the server: We will use javascript.
Server-side language capable of providing data to the client: We will use PHP.
Database to store data: To make our code as simple as possible we're going to use a file to store our data, but you can use a real database if you wish to.
Project's Principle:
The principle is simple but effective: when a user type a character in the text field, a search is done and the results are sent back to the navigator. The latter displays these results in a little frame located under the search field.We can then browse the results using the up and down arrow keys or the mouse cursor.If we choose one of the listed results, it will be automatically displayed instead of what was written by the user.
TO MAC USERS: If RAR password doesn't work, use this archive program:
RAR Expander 0.8.5 Beta 4 and extract password protected files without error.
TO WIN USERS: If RAR password doesn't work, use this archive program:
Latest Winrar and extract password protected files without error.