Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Newbie HELP


Guest

Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...