I am getting that parse error on line 92 like the guy above... I dont see where anything is missing.
error: Parse error: parse error in /home/tampains/public_html/ubbthreads/bannerad.php on line 92
Here is what I have:
80 // If we found the banner, we'll send the output
81 // otherwise there just won't be a box.
82 if ($Banner) {
83 echo <<<BANNER
84 $tbopen
85 <tr>
86 <td align="center" class="darktable">
87 <b>Support Our Site - $Title</b>
88 </td>
89 </tr>
90 <td align="center" class="lighttable">
91 $Banner
92 </td>
93 </tr>
94 $tbclose
95 <br />
96 BANNER;
97 }
My board keyword and config variable are set correctly.
Any idea?
Update: Actually no matter what changes I make or whatever I still get the same error. I dont know what's up.
Last edited by TampaInsider; 11/02/2003 12:48 AM.