Parse error: syntax error, unexpected T_STRING in /www/110mb.com/m/u/s/h/i/2/1/9/mushi2195/htdocs/includes/languages/english/index.php on line 15

<?php
/*
  $Id: $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2007 osCommerce

  Released under the GNU General Public License
*/

define('TEXT_MAIN', 'WELCOME TO M M TECH. <b>Our aim to provide cheap products at the best prices.</b>.  <br><br><table border="0" width="100%" cellspacing="5" cellpadding="2"><tr><td class="main" valign="top">' . tep_image(DIR_WS_IMAGES . 'default/1.gif') . '</td><td class="main" valign="top"><b>About MMtech.com.au</b><br><br>We are an australian based company.Our office is in Sydney. We are also 100% australian owned. All our jobs are also based in australia.<br><br>We aim to provide IT related products at cheap prices.We try to give consumer the best price possible.<br><br></td></tr><td class="main" valign="top">' . tep_image(DIR_WS_IMAGES . 'default/2.gif') . '</td><td class="main" valign="top"><b>Payment methods accepted. </b><br><br>We accept various payment methods.<br><br>They include bank deposit, money order or cheque.<br><br>If paying with Bank deposit we will email a code to put as reference, as this helps us tracking payments. <br><br>If paying with money order or  cheque we will email details after you have purchased item.<br><br>Emails are sent manually so it could be some time. It usually will be in the first few hours.  <br><br>
</td></tr><tr><td class="main" valign="top">' . tep_image(DIR_WS_IMAGES . 'default/3.gif') . '</td><td class="main" valign="top"><b>Support</b><br><br>IF you need any help email us at idealbusinesstraders@hotmail.com<u></table> 
define('TABLE_HEADING_NEW_PRODUCTS', 'New Products For %s');
define('TABLE_HEADING_UPCOMING_PRODUCTS', 'Upcoming Products');
define('TABLE_HEADING_DATE_EXPECTED', 'Date Expected');

if ( ($category_depth == 'products') || (isset($HTTP_GET_VARS['manufacturers_id'])) ) {
  define('HEADING_TITLE', 'Let\'s See What We Have Here');
  define('TABLE_HEADING_IMAGE', '');
  define('TABLE_HEADING_MODEL', 'Model');
  define('TABLE_HEADING_PRODUCTS', 'Product Name');
  define('TABLE_HEADING_MANUFACTURER', 'Manufacturer');
  define('TABLE_HEADING_QUANTITY', 'Quantity');
  define('TABLE_HEADING_PRICE', 'Price');
  define('TABLE_HEADING_WEIGHT', 'Weight');
  define('TABLE_HEADING_BUY_NOW', 'Buy Now');
  define('TEXT_NO_PRODUCTS', 'There are no products to list in this category.');
  define('TEXT_NO_PRODUCTS2', 'There is no product available from this manufacturer.');
  define('TEXT_NUMBER_OF_PRODUCTS', 'Number of Products: ');
  define('TEXT_SHOW', '<b>Show:</b>');
  define('TEXT_BUY', 'Buy 1 \'');
  define('TEXT_NOW', '\' now');
  define('TEXT_ALL_CATEGORIES', 'All Categories');
  define('TEXT_ALL_MANUFACTURERS', 'All Manufacturers');
} elseif ($category_depth == 'top') {
  define('HEADING_TITLE', 'What\'s New Here?');
} elseif ($category_depth == 'nested') {
  define('HEADING_TITLE', 'Categories');
}
?>

Your first define seems to be incorrect.

define('TEXT_MAIN', 'WELCOME TO M M TECH. <b>Our aim to provide cheap products at the best prices.</b>.'
        . ' <br><br><table border="0" width="100%" cellspacing="5" cellpadding="2"><tr><td class="main" valign="top">' 
		. tep_image(DIR_WS_IMAGES . 'default/1.gif') 
		. '</td><td class="main" valign="top"><b>About MMtech.com.au</b><br><br>We are an australian based company.'
		. 'Our office is in Sydney. We are also 100% australian owned. All our jobs are also based in australia.<br><br>'
		. 'We aim to provide IT related products at cheap prices.We try to give consumer the best price possible.<br><br>'
		. '</td></tr><td class="main" valign="top">' . tep_image(DIR_WS_IMAGES . 'default/2.gif') 
		. '</td><td class="main" valign="top"><b>Payment methods accepted. </b><br><br>We accept various payment methods.'
		. '<br><br>They include bank deposit, money order or cheque.<br><br>If paying with Bank deposit we will email a '
		. 'code to put as reference, as this helps us tracking payments. <br><br>If paying with money order or  cheque we '
		. 'will email details after you have purchased item.<br><br>Emails are sent manually so it could be some time. It '
		. 'usually will be in the first few hours.  <br><br></td></tr><tr><td class="main" valign="top">' 
		. tep_image(DIR_WS_IMAGES . 'default/3.gif') . '</td><td class="main" valign="top"><b>Support</b><br><br>IF you '
		. 'need any help email us at idealbusinesstraders@hotmail.com<u></table>');
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.