PDA

View Full Version : Parse error: syntax error, unexpected ';' in ... on line 47


Riche_Angelus
20-04-2008, 11:30
Just shifted a site to another server and encountered this error. Anyone able to help? Below is the code for line 47. Thanks a million~

<td class="pageHeading" align="right"><?php echo /* tep_image(DIR_WS_IMAGES . 'table_background_specials.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); */?></td>

cyberaxis
20-04-2008, 12:01
Try the following, if the whole line is meant to be a comment.

<?php /* echo tep_image(DIR_WS_IMAGES . 'table_background_specials.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); */ ?>

Riche_Angelus
20-04-2008, 12:26
thanks for the prompt reply cyberaxis. problem solved =)

cyberaxis
20-04-2008, 13:31
It's my pleasure to help you today. :)