Jump to content

php in index


boumbo

Recommended Posts

I have two files

 

an sample.html which has just a search box some javascript on it to display images when users start typing on this search box.

 

the sample.html  works when i entre localhost\index.html

 

now, i have an index.php.

 

when i

 

include("index1.html");

 

the search box appears but the javascript does not work?

 

why? 

 

do i need to relink the following in my sample.html???

<script type="text/javascript"  src="autocomplete/lib/jquery.js"></script>

<script type='text/javascript' src='jquery.autocomplete.js'></script>

<link rel="stylesheet" type="text/css" href="jquery.autocomplete.css" />

 

fyi i am using wordpress.

 

 

Link to comment
https://forums.phpfreaks.com/topic/261878-php-in-index/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.