I've read an tutorial to make an search form for your site. This is the code.
<div class="arama">
<form action="#" method="POST">
<input type="text" name="kelime" placeholder="Cauta..."/>
<button type="submit" name="gonder"></button>
</form>
</div>
but it did not explain how to make this thing work. I want to make this search button to find anything is on my site. Ex: If i press "A" on search then it will give me on a different page more links.
Like on this website: http://www.dizibox.com/?s=su (search anything else)
Explain me please how should I do it. I don't want to just copy-paste.
Thank you. ( I think that it's something what implies article title.)
EDIT: I managed to do something with google CSE, but it's on their own layout, not mine. Question is still avaible. Thank you
EDIT2: RESOLVED. ANSWER HERE: Google Custom Search (CSEv2) help on styling?