Hello. I have an osCommerce shop with a link to a "tell a friend page".
I have tryed the osCommerce forums but with no responce.
When clikcking the link I get the following message:
Parse error: syntax error, unexpected T_ECHO, expecting ',' or ';' in /hsphere/local/home/webtask/eterya.com/tell_a_friend.php on line 123
Here´s the link:
<?php echo '<a class="ml7" href="' . tep_href_link(FILENAME_TELL_A_FRIEND,
'products_id=' . $HTTP_GET_VARS['products_id'], 'NONSSL') . '">'
. BOX_TELL_A_FRIEND_TEXT . '</a>'; ?>
And here´s line 123 in tell_a_friend.php:
<td class="bg6 ab" width="496" height="26">
<?=tep_image(DIR_WS_IMAGES.'m29.gif')?> <span class="tx2">
<?=echo sprintf(HEADING_TITLE, $product_info['products_name'])?>
</span></td>
Attaching the to files.
Anyone have any ideas?