I am having problems deleting out some of this php to make it so I can post a Commision Junction smart zone in its place. This is on my left sidebar right now on my website and look to get the weather stuff deleted so I can put a sidebanner in its place. Everytime I try to do it my way I get a php error. Here is the code.
The code looks in syntax okay to me from what you've posted. Can u post the php error you are getting? If you want to replace the weather portion with the commision junction zone, I would just remove everything between the <? and ?> and just add the HTML/javascript directly <table width="100%" border="0" cellpadding="0" cellspacing=" class="mostPopular"> <tr> <td><div class="rightHeader" ></div></td> </tr> <tr> <td> <!-- Paste your cj stuff here --!> </td> </tr> </table> HTML:
It's not in the text you posted but somewhere I suspect you have a < character somewhere inside the <? ?> inside the weather.php probably around line 2.