Forum Moderators: coopster
Here is the sample code, the word "slideshow" still shows up:
<td align=\"left\" width=\"20%\"><table style=\"padding:1px;border-width:1px;
border-color:$VAR_menufontcolor;border-style:solid;font-family:$VAR_menufont;font-size:$VAR_menufontsize;color:$
VAR_menufontcolor;\"><tr><td nowrap><span id=\"".$uniqnum."_sds\"> $diapo_string </span></td></tr></table>
</td>
<td> </td>
//slideshow!//
<td align=\"center\">
<img alt=\"\" id=\"pref\" onMouseOver=\"if(document.all) { this.style.cursor='hand' ; } else {
this.style.cursor='pointer' ; } if(".$uniqnum."_vpdd == 0) {
".$uniqnum."_fml('".$lang[$VAR_langgalleryhp]["configslide"]."') ;} else
That's an interesting bit of sample code you have there and I'm just wondering if it's being parsed correctly in php. It it's actually part of html then you'll need to comment it with <!-- comment --> but if it truly is in php then the above examples should work. I'd be interested to see what the source looks like on the generated page.
Tim
eg. In test.php
<?php
include myinclude.inc.php;
?>
In myinclude.inc.php
<?php //you must use the php tags again
//another comment
?>