Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Parse error: parse error, unexpected T_STRING


stevenrwoolley

Recommended Posts

Posted

My first Parse error: I can not see what is wrong, any suggestions?

 

Parse error: parse error, unexpected T_STRING in /hsphere/local/home/steven/onlinetransmissionparts.com/catalog/includes/languages/english/index.php on line 13

 

 

<?php

/*

$Id: index.php,v 1.1 2003/06/11 17:38:00 hpdl Exp $

 

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright © 2003 osCommerce

 

Released under the GNU General Public License

*/

 

define('TEXT_MAIN "), Welcome to OnlineTransmissionParts.com, This site is under development and for the time being any products shown are for

Posted

your define statement isn't written properly.

 

this is what it should look like:

 

define('TEXT_MAIN', 'Welcome to OnlineTransmissionParts.com, This site is under development and for the time being any products shown are for...');

Designrfix.com | Graphic Design Inspiration & Web Design Resources - @designrfix

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...