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

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -