Note that there are some explanatory texts on larger screens.

plurals
  1. POPHP Syntax Error. Cant Seem to Find Fix
    text
    copied!<p>Can anyone point out how to fix the 2 Syntax Errors I am getting? I am not very advanced with PHP. </p> <p>Here is the Code:</p> <pre><code>$code = '&lt;script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.0/jquery.min.js"&gt;&lt;/script&gt; &lt;script&gt; &lt;table id="slideleft" style=" overflow:auto; position:fixed; top:25%;"&gt;&lt;tr class="slideLeftItem" style="position:fixed;left:-320px;z-index:1000;height:100%;"&gt;&lt;td&gt;&lt;img src="https://lh3.googleusercontent.com/-GMJe-Am-U9Q/T4p4bZu7jDI/AAAAAAAAAFs/qQqmMGn-wwg/s800/facebook-vertical.png" style="top:5px; position:absolute; border-left-width:5px; left:318px;"/&gt;&lt;/td&gt;&lt;td class="contentBox" style="border:solid 5px #5370AD; width:300px;height:300px;position:relative;border-radius:5px;background-color:white;"&gt;&lt;div id="fb-root"&gt;&lt;/div&gt;&lt;script type="text/javascript" &gt;(function() {var e = document.createElement('script'); e.async = true;e.src = document.location.protocol +'//connect.facebook.net/en_US/all.js#xfbml=1';document.getElementById('fb-root').appendChild(e);());&lt;/script&gt; &lt;fb:like-box href="https://www.facebook.com/ExplicitWebsiteDesign?ref=hl" width="300" show_faces="true" stream="false" header="false"&gt;&lt;/fb:like-box&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;script type="text/javascript"&gt;jQuery(".slideLeftItem").append('&lt;div style="font-size:12px;font-family: arial;width:300px;text-align:right;"&gt;&lt;a rel="dofollow" href="http://techbrij.com/944/add-social-slider-widget-website" style="background-color:#D2C9CA;padding:3px 7px;font-weight:bold;color:#516FA9"&gt;Get This Widget&lt;/a&gt;&lt;/div&gt;');jQuery("#slideleft tr").hover(function(b){var a=jQuery(this);jQuery("#slideleft tr").not(a).hide();a.css({"z-index":"9999"});a.stop().animate({left:0})},function(b){var a=jQuery(this);a.css({"z-index":"1000"});a.stop().animate({left:-a.outerWidth()});jQuery("#slideleft tr").show()});&lt;/script&gt;}&lt;/script&gt;'; </code></pre> <p>And image below is a screenshot to my code... Thanks.</p> <p><img src="https://i.stack.imgur.com/AQkn4.png" alt="enter image description here"></p>
 

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