Thread: php help needed
View Single Post
Old 07-25-2008, 06:38 PM  
zalka
Confirmed User
 
zalka's Avatar
 
Join Date: Nov 2006
Location: Perth Australia
Posts: 168
php help needed

Hi guys i need your help on some coding, on one of my sites the left side bar consists of several what they call boxes all written in php, i contacted the webmaster who wrote the script and asked him that i would like to add a extra box to my left column and he sent me the following code but i cant get it to work, he says it is correct but i would like a second opinion here it is:-

<tr> <td>
<?php $info_box_contents = array();
$info_box_contents[] = array('text' =>
'&nbsp;
Your Box Title Here
');
new infoBoxHeading($info_box_contents, false, false); $info_box_contents = array(); $info_box_contents[] = array('text' => '
your box html here
') new infoBox($info_box_contents);?> </td> </tr>

Can you see any mistakes?
Thanks in advance.
zalka is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook