I want to build site with a search form on LEFT and RESULTS in content(center) part.
I know how to create modules .. but how do I assign their location ? OR should I place SEARCH FORM as BLOCK and assign them to LEFT in build/block/.
SEARCH FORM has 3 textboxes, non of them is required. "name","surname","age"
whatever user type in I'd like to display a results in template's CENTER part.
obiously form will send variable as $_POST
but then in result page if there is more than 5 results I want add pagination.
SO how should i build links for <a href="?"
I'd like to have cleanURL like /search//Smith/24
or search/John//15
or search/John/Smith/40
for responding "name,surname,age"
and then when using pagination
by adding /search/john/smith/40/page/3
?
All i need is pro. advise. I'm good php dev. just not that well familized with Drupal.