so I am not very familiar with using javascript in my php just yet. If anyone could shed some light on this for me I would greatly appreciate it! learning php is a lot of fun, but man can if be frustrating!
$like_box_fbml = "<script src=\"http://connect.facebook.net/en_US/all.js#xfbml=1\"></script>
<!-- FBML <fb:like-box href=\"$pageURL width='292' show_faces="true" stream="false" header="false"></fb:like-box> FBML -->
<script type="text/javascript" src=\"http://www.samplesite.com/test/wp-content/themes/twentyten/js/fbObjectValidationV4.js\"></script>";
I am getting an unexpected T_STRING on line where <!-- FBML is. Thanks!