Magik622003 Posted September 1, 2006 Share Posted September 1, 2006 HELP! While trying to edit the html on the store's index page I did something. I am getting a parse error unexpected t-string in /home/thejdmgr/public html line 13. I had copied the original code and sent it to myself in an email, being that I don't know html. I then, being that I don't know what I did started over by pasting the code I had sent myself in after cut what was left from my screw up. I am still though getting this error reading. This is what the code is that I pasted in, it is the code that was there before I did anything. What I am I doing wrong????? <?php _/* $Id: index.php,v 1.1 2003/06/11 17:38:00 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2003 osCommerce Released under the GNU General Public License */ define('TEXT_MAIN','Welcome to The J.D.M. Graphics Companies Design Catalog. The following pages contain some of the most Unique Designs on the market today.<b>Not only are shirts some of the best on the market, but we will do any design you have in mind for the same low price that we do our own, no Set up Fees or Minimum Orders, EVER!</b>. How many other T-shirt design companies you know of say & do that?.<br><br><table border="0" width="100%" cellspacing="5" cellpadding="2"><tr><td class="main" valign="top">' . tep_image(DIR_WS_IMAGES . 'default/1.gif') . '</td><td class="main" valign="top"><b>How Can We Have Prices So Low?</b><br><br>Because we eliminate the middleman, we print each order as we receive it and do not sell thru any 3rd parties. And therefore save money, which we gladly pass along to you our valued customers.And lets face it, that is what it is all about, saving money while getting the best in Product and Service.</<br><br><span class="messageStackError"></span><br><br></td></tr><td class="main" valign="top">' . tep_image(DIR_WS_IMAGES . 'default/2.gif') . '</td><td class="main" valign="top"><b>Come and explore our world:</b><br><br>Come, enter our world and we hope be amused if for only a little while. Not only do we hope to amuse you and make you laugh, but to make you think as well. We have designs that cover everything, from kids, sex and everyday crazness to Bush, Politics and Religon. We spare no one.<br><br><nobr class="messageStackSuccess"></nobr><nobr class="messageStackSuccess"></nobr><nobr></nobr><nobr></nobr><br><br><a href=http://mail.yahoo.com/config/login?/"http://www.php.net/define" target="_blank"><u></u></a></td></tr><tr><td class="main" valign="top">' . tep_image(DIR_WS_IMAGES . 'default/3.gif') . '</td><td class="main" valign="top"><b>If You Can Imagine It We Can Print It:</b><br><br>Thats more than a slogan here at J.D.M., it is a way of life. It has been ever since this company was founded in 1998 and continues to be today.</td></tr><tr><td class="main" valign="top">' . tep_image(DIR_WS_IMAGES . 'default/4.gif') . '</td><td class="main" valign="top"><b>So Welcome and Enjoy:</b><br><br>Take in what we have to offer, and remember to express yourself each and everyday.<a href=http://mail.yahoo.com/config/login?/"http://www.oscommerce.info" target="_blank"><u></u></a><br><br><a href=http://mail.yahoo.com/config/login?/"http://www.oscommerce.com/forums" target="_blank"><u></u></a></td></tr></table><br>If you wish to download the solution powering this shop, or if you wish to contribute to the osCommerce project, please visit the <a href=http://mail.yahoo.com/config/login?/"http://www.oscommerce.com" target="_blank"><u>support site of osCommerce</u></a>. This shop is running on osCommerce version <font color="#f0000"><b>' . PROJECT_VERSION . '</b></font>.'); define('TABLE_HEADING_NEW_PRODUCTS', 'New Products For %s'); define('TABLE_HEADING_UPCOMING_PRODUCTS', 'Upcoming Products'); define('TABLE_HEADING_DATE_EXPECTED', 'Date Expected'); if ( ($category_depth == 'products') || (isset($HTTP_GET_VARS['manufacturers_id'])) ) { define('HEADING_TITLE', 'The J.D.M. Design Catalog'); define('TABLE_HEADING_IMAGE', ''); define('TABLE_HEADING_MODEL', 'Model'); define('TABLE_HEADING_PRODUCTS', 'Product Name'); define('TABLE_HEADING_MANUFACTURER', 'Manufacturer'); define('TABLE_HEADING_QUANTITY', 'Quantity'); define('TABLE_HEADING_PRICE', 'Price'); define('TABLE_HEADING_WEIGHT', 'Weight'); define('TABLE_HEADING_BUY_NOW', 'Buy Now'); define('TEXT_NO_PRODUCTS', 'There are no products to list in this category.'); define('TEXT_NO_PRODUCTS2', 'There is no product available from this manufacturer.'); define('TEXT_NUMBER_OF_PRODUCTS', 'Number of Products: '); define('TEXT_SHOW', '<b>Show:</b>'); define('TEXT_BUY', 'Buy 1 \''); define('TEXT_NOW', '\' now'); define('TEXT_ALL_CATEGORIES', 'All Categories'); define('TEXT_ALL_MANUFACTURERS', 'All Manufacturers'); } elseif ($category_depth == 'top') { define('HEADING_TITLE', 'The J.D.M. Graphics Design Catalog'); } elseif ($category_depth == 'nested') { define('HEADING_TITLE', 'Categories'); } ?> Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.