Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Parse error: parse error, unexpected T_STRING


worzel2

Recommended Posts

Posted

Hi all, I've been meesing and obviously changed something I should not have.

 

I changed my about me page and get an error saying. Parse error: parse error, unexpected T_STRING on line 18

 

This is the page:

 

 

 

<?php

/*

$Id: conditions.php,v 1.4 2002/11/19 01:48:08 dgw_ Exp $

 

NEW

 

---

-- MODS me.co.uk 22-02-06 setup mods

---

 

*/

 

define('NAVBAR_TITLE', 'About Us');

define('HEADING_TITLE', 'About Us');

 

define('TEXT_INFORMATION', 'Wired are part of JT Trading, a UK VAT registered company.<BR><BR>'.

'VAT 871 6**2 86<BR><BR>'.

'J T Trading have been successfully trading online since 2003. We are members of the Safebuy Assurance scheme. Safebuy's code of practice is approved by the Office of fair Trading.<br><br>We don?t just see our membership as a logo, we abide by all of Safebuy?s rules of trading and agree to their mediation scheme should things go wrong. Other members of Safebuy include Carphone Warehouse.<br><BR>J T Trading<BR>Victoria Mill<br>PO Box 314<BR>Hamstead<BR>London<BR>NW3 0AL<BR><BR>'.

'TEL: 0*** 2** 2264');

?>

 

I've changed bits of the address and phone number for privacy.

 

Anyone tell me what I've done.

 

Thanks

Posted

You need to escape any apostrophes with a backslash

 

i.e. Safebuy's should be Safebuy\'s

 

And BTW - Hampstead has a p in it. :-"

Archived

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

×
×
  • Create New...