Note that there are some explanatory texts on larger screens.

plurals
  1. POphp include not working in my html document
    primarykey
    data
    text
    <p>I am using php include command in an html document for the first time and its not working for some reason.</p> <p>The reason why i am using php include is because i link several css, jquery and jv files to my html document.</p> <p>I put all those links to make my other 60 html documents. and if i have to change or add any link to it. it will be hard to change it in all 60 documents.</p> <p>so i used php command like this on the very top of my html document.</p> <pre><code>&lt;?php include("http://www.omenaa.ws/html/scripts.html"); ?&gt; </code></pre> <p>and this is what i put in scripts.html file</p> <pre><code>&lt;html xmlns="http://www.w3.org/1999/xhtml"&gt; &lt;head&gt; &lt;script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js" type= "text/javascript"&gt; &lt;/script&gt; &lt;script src="http://bxslider.com/lib/jquery.bxslider.min.js" type="text/javascript"&gt; &lt;/script&gt; &lt;link href="http://bxslider.com/lib/jquery.bxslider.css" rel="stylesheet" type= "text/css" /&gt; &lt;link rel="stylesheet" type="text/css" href="http://www.omenaa.ws/css/slider.css" /&gt; &lt;script src="http://omenaa.ws/js/jquery.fitvids.js" type="text/javascript"&gt; &lt;/script&gt; &lt;script src="http://api.html5media.info/1.1.5/html5media.min.js" type= "text/javascript"&gt; &lt;/script&gt; &lt;script type="text/javascript"&gt; // &lt;![CDATA[ $(function() { $('.bxslider').bxSlider({ nextSelector: '#slider-next', prevSelector: '#slider-prev', infiniteLoop: false, adaptiveHeight:true, video:true, nextText: 'Next &amp;nbsp;-&amp;nbsp; I am done!', prevText: 'I need to go back' }); }); // ]]&gt; &lt;/script&gt; &lt;title&gt;&lt;/title&gt; &lt;/head&gt; &lt;body&gt; &lt;/body&gt; &lt;/html&gt; </code></pre> <p>what am i doing wrong?</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload