I've got limited knowledge of php and I can't include the code in Noah's Classifieds script. Here is a sample from the template.php: $s.=vertSpacer(); $s.="<table border='0' cellpadding='0' cellspacing='0'>"; $s.="<tr>"; $s.="<td><img src='$xi/b.gif' width='15'></td>\n"; $s.="<td class='navBar'>$navBarText"; $s.="<!-- ad -->"; $s.="</td></tr></table>\n"; PHP: Please help me, I'm tired of trying various combinations
I've integrated the code in other sites with success but I can't manage this "$s.=" ". Any combination I've made, it won't work. Anyone? Is it so hard to do this?