I tried to put a google search bar in a website. First time I pasted the whole code within the <div id="search_bar"> </div> and it was all smooth. However I want to control it from a php file.
I tried to include it through .php (files are already .php )
<?php include("PHP/google_search_bar.php"); ?>
but now the search bar will not show. It only shows the word "Loading" where the search bar used to appear. I can't click on it nor shows any input field. Just the word Loading.
Help!
*Every file is already php by the way.