html - PHP include form trouble -


i having trouble php includes, , not entirely sure using them correctly. have far html page want add search bar to. php code in html page looks this.

<?php include 'site/tools/search.php'; ?> 

the problem having search bar not displaying on html page. know search bar works, because have browsed file location , worked actual search bar.

you cannot use php code in html documents. change extension of .html file .php , should work without affecting anything. mean links page have changed accordingly.


Comments

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -