IT3A-2016 / LineTech

0 stars 0 forks source link

Research for search functionality #32

Closed anjadriano16 closed 7 years ago

anjadriano16 commented 7 years ago

Search Functionality A search box is usually a single-line text box or search icon (which will transform into a search box on click activity) with the dedicated function of accepting user input to be searched for in a database. Search boxes on web pages are usually used to allow users to enter a query to be submitted to a Web search engine server-side script, where an index database is queried for entries that contain one or more of the user's keyword research. The search bar for a website is typically located on the upper right side of the page so I've added a float right style and the search box itself generally follows a style like one of these four search examples listed below. The most commonly used search boxes are scripted in a coding language such as PHP or Perl. The code is housed on the server and when information is typed in the box and sent, the server-side engine runs the script and produces the results. Sample Code: <!DOCTYPE html>

Search Box