Adding Search Function

I have added a database to my site which works well but I am completely stumped how to add a search function.sed

Im confused how to add the search image and what the class means, what I currently have as “homepagesearch”.

Does anyone know how to add a search function to a page?

<div class=“searcharea”>
<div class=“searchbuttonintro”>
Search:
</div>
<div class=“searchbuttonbox”>
<input type=“text” name=“term” size=“20” class=“homepagesearch” />
</div>
</div>
</div>

that would depend on what kind of programming, database you have on the system.

usually this involves developing a page that queries certain tables for some specific fields.

@justlukeyou

Take a look at Google Search:

Thanks, its just the image I am looking to add as a button. I have a friend who is doing all the database stuff.