Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Newbie HELP


Guest

Recommended Posts

Posted

Hi :angry:

 

 

Never done anything like this before.

 

Changing the text in main body i down loaded the file index. php changed the text .

and re-loaded it.

 

I then got a PARSE ERROR unexpected T_STRING on line 13. I have done this a few times now with still no joy.

so would some one please tell me whats wrong with this line.

 

define (' TEXT_MAIN', ' welcome to, <b>Covermevibe.com<\b>. The HOME of Hand made covers');

 

 

Thanks Buck

Posted
Hi  :angry:

Never done anything like this before.

 

Changing the text in main body i down loaded the file index. php changed the text .

and re-loaded it.

 

I then got a PARSE ERROR unexpected T_STRING on line 13. I  have done this a few times now with still no joy.

so would some one please tell me whats wrong with this line.

 

define (' TEXT_MAIN', ' welcome to, <b>Covermevibe.com<\b>. The HOME of Hand made covers');

Thanks  Buck

You have white space between the (' and TEXT_MAIN,

should look like

define('TEXT_MAIN', 'welcome ........

 

This will sort it out, silly eh?

Sometimes you're the dog and sometimes the lamp post

[/url]

My Contributions

Posted
You have white space between the (' and TEXT_MAIN,

should look like

define('TEXT_MAIN', 'welcome ........

 

This will sort it out, silly eh?

 

 

 

Thanks FIMBLE :D

 

just what the doc ordered. such silly little things drive you nuts.

Archived

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

×
×
  • Create New...