Embedding php

i knw, this is the 5th thread like this from me, but im stuck

i have managed to embed other php scripts inside my home page… index.php

but, i needed to embed a script in a directory under the directory of index.php

so i need to embed something that is in a folder called search and is called search.php

so for those who dont undestand:

index.php

/search (a folder in the same directory)

    search.php (a file in the search folder)

I NEED TO EMBED THAT SEARCH.PHP INTO INDEX.PHP

everytime i do it as ive been taught, i get smaked in the face with half the page taked up by errors… i dont like errors… :*(