Hi

I made a search form using html in a block that calls "search.php"

but I don't know were I should place the "search.php"

Could you please tell me were the files to be read in drupal should be?
Regards

Comments

jaypan’s picture

Drupal doesn't work that way. In Drupal you use the Drupal Form API to create, validate and submit forms.

Contact me to contract me for D7 -> D10/11 migrations.

nevets’s picture

You can use the core search functionality, views for a custom search or a custom module.