andro123 0 Posted August 15, 2005 Please help. Fiddling around in english php. now getting this error parse error, unexpected T_STRING in /home/andro123/public_html/includes/languages/english.php on line 51 cant understand what is different this is above and below // Global entries for the <html> tag define('HTML_PARAMS','dir="LTR" lang="en"'); // charset for web pages and emails define('CHARSET', 'iso-8859-1'); // page title define('TITLE', 'makeupworld.co.uk') // header text in includes/header.php define('HEADER_TITLE_CREATE_ACCOUNT', 'Create an Account'); define('HEADER_TITLE_MY_ACCOUNT', 'My Account'); define('HEADER_TITLE_CART_CONTENTS', 'Cart Contents'); define('HEADER_TITLE_CHECKOUT', 'Checkout'); been using smart Ftp to upload. is there a button i can use to go back to where i was? On cute FTP there was a simple undo button? Share this post Link to post Share on other sites
wizardsandwars 1 Posted August 15, 2005 define('TITLE', 'makeupworld.co.uk'); ------------------------------------------------------------------------------------------------------------------------- NOTE: As of Oct 2006, I'm not as active in this forum as I used to be, but I still work with osC quite a bit. If you have a question about any of my posts here, your best bet is to contact me though either Email or PM in my profile, and I'll be happy to help. Share this post Link to post Share on other sites
andro123 0 Posted August 15, 2005 define('TITLE', 'makeupworld.co.uk'); <{POST_SNAPBACK}> THANK YOU SOOOOO MUCH- I have been going out of my mind!!! While you are here and soo good. do you know where I am supposed to put <meta> tags. This is why i was messing around in the first place? Share this post Link to post Share on other sites
wizardsandwars 1 Posted August 15, 2005 THANK YOU SOOOOO MUCH- I have been going out of my mind!!! While you are here and soo good. do you know where I am supposed to put <meta> tags. This is why i was messing around in the first place? <{POST_SNAPBACK}> The meta tages are already in the page. You can define your global meta title in the english.php file. ------------------------------------------------------------------------------------------------------------------------- NOTE: As of Oct 2006, I'm not as active in this forum as I used to be, but I still work with osC quite a bit. If you have a question about any of my posts here, your best bet is to contact me though either Email or PM in my profile, and I'll be happy to help. Share this post Link to post Share on other sites