I m using jslider in php properly displaying on localhost but not on webserver. please help me to solve thw problem
thanx
shahzad

are all the links in your document pointing to the right spot?
for example, if you use an include pointing to ("c:\randomfolder\jquery.js") it will work locally, but not on a server.
Your possible options are using the complete web link ("http://www.yoursite.com/randomfolder/jquery.js") or pointing from the directory your current file, or the one where the code is in, is.
so if youre jquery file is in "randomfolder/site1/js/jquery.js" and the file where the include is in, is "randomfolder/site1/" then the correct include would be
"js/jquery.js"

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.