Guest Posted April 8, 2005 Posted April 8, 2005 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
FIMBLE Posted April 8, 2005 Posted April 8, 2005 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 <{POST_SNAPBACK}> 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
Guest Posted April 8, 2005 Posted April 8, 2005 You have white space between the (' and TEXT_MAIN,should look like define('TEXT_MAIN', 'welcome ........ This will sort it out, silly eh? <{POST_SNAPBACK}> Thanks FIMBLE :D just what the doc ordered. such silly little things drive you nuts.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.