Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

parse error, unexpected T_STRING


tinigpinoy

Recommended Posts

Posted

I'm trying to put information on Privacy and Condition of Use. But everytime that I alter the phrase that was written there. I get the following error:

 

Parse error: parse error, unexpected T_STRING in /www/m/movies4rent/htdocs/catalog/includes/languages/english/privacy.php on line 16

 

How will I solve this problem?

Posted

when you write your text, you can't use symbol such as

'

For example, don't write text as

This's
, write it as
This is
Hope this helps
Posted

1- Do not use the admin file manager to edit your files. it tends to delete stuff

download the file to your computer edit it (with a PHP editor or notepad) and upload to your server

 

And you can write that's like this: that\'s

 

The_Bear

Posted
Is that mean I cannot use any quotes like, periods and commas? Because that's all I have.

you can use periods and commas, however, you can't use single quotes.

Archived

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

×
×
  • Create New...