Guest Posted September 26, 2006 Posted September 26, 2006 I completed the Headings as Page Title module with no probs then decided I would also alter the Product_info.php as per the instructions and it came up with missing field errors. Now when I try to change back to original code I get this error on all my products: Parse error: syntax error, unexpected '<' in /home/babysoft/public_html/catalog/product_info.php on line 23 The following is the code that I have put back in and I can't see where the extra '<" is - can someone please have a look with fresh eyes. :blink: <?php <!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"> <html <?php echo HTML_PARAMS; ?>> <head> <meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; >?" <title><?php echo TITLE; ?></title> Thanks
241 Posted September 26, 2006 Posted September 26, 2006 missing a > on the end of this <meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; >?" should be <meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>"> No longer giving free advice. Please place deposit in meter slot provided. Individual: [=] SME: [==] Corporation: [===] If deposit does not fit one of the slots provided then you are asking too much! Is your Osc dated try Phoenix raising oscommerce from the ashes.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.