Guest Posted August 9, 2005 Posted August 9, 2005 I'm going nuts, there's nothing wrong with this code is there? <?php/* $Id: shipping.php,v 1.4 2002/11/19 01:48:08 dgw_ Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2002 osCommerce Released under the GNU General Public License */ define('NAVBAR_TITLE', 'Shipping & Returns'); define('HEADING_TITLE', 'Shipping & Returns'); define('TEXT_INFORMATION','Black Sheep Performance prides itself on fast response times and quick deliveries to its customers. In order to achieve this orders are made, or shipped out as soon as possible to a customer, regardless if they are one of a hundred, or one of one packages to be shipped out that day. Black Sheep Performance ships it's products via UPS and provides tracking numbers to you, the customer, giving you peace of mind as your product is shipped to you. If you have not received a tracking number you can call us at any time to receive it toll free 1-866-352-8479. <BR> Shipping costs on any order that are not correctly processed within our webpage can and will be reviewed and adjusted if and when necessary.');?> But I keep getting this error: Parse error: parse error, unexpected T_STRING in /home/content/B/r/a/Branigan/html/catalog/includes/languages/english/shipping.php on line 17 I don't see anything wrong?!?!?! OMG!!! :( :( :(
boxtel Posted August 9, 2005 Posted August 9, 2005 I'm going nuts, there's nothing wrong with this code is there? But I keep getting this error: Parse error: parse error, unexpected T_STRING in /home/content/B/r/a/Branigan/html/catalog/includes/languages/english/shipping.php on line 17 I don't see anything wrong?!?!?! OMG!!! :( :( :( <{POST_SNAPBACK}> Performance ships it's products -> Performance ships it\'s products Treasurer MFC
Gil_e_n Posted August 9, 2005 Posted August 9, 2005 Since ' are used in php, any time you need to use ' in your description, you'll need to make it \'. You get used to it. Always BACK UP your files and your database before making any changes. Before asking questions, check out the Knowledge Base. Check out the contributions to see if your problem's solved there. Search the forums. Useful threads: Store Speed Optimization How to make a horrible shop Basics for design change How to search the forums Useful contributions: Easypopulate Fast, Easy Checkout Header Tag Controller
Recommended Posts
Archived
This topic is now archived and is closed to further replies.