Dianat Posted October 31, 2006 Posted October 31, 2006 Hi, this time it's an unexpected $ What does this mean ? Can anyone help me ? Thanks in advance....AGAIN, Diana Parse error: parse error, unexpected $ in /home/heeldeme/public_html/winkel/includes/languages/english/create_account_success.php on line 17 <?php /* $Id: create_account_success.php,v 1.9 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_1', 'Maak een account'); define('NAVBAR_TITLE_2', 'Gelukt !'); define('HEADING_TITLE', 'Je account is gemaakt!'); define('TEXT_ACCOUNT_CREATED', 'Gefeliciteerd ! Je nieuwe account is succesvol geinstalleerd ! Je kunt nu volledig profiteren van alle voordelen die het online winkelen je biedt. Als je vragen hebt over het functioneren van de winkel e mail me dan <a href="' . tep_href_link(FILENAME_CONTACT_US) . '">\?store owner\?</a>.<br><br>Een bevestigingsmail is verzonden naar het opgegeven e mail adres. Als je deze niet binnen een uur hebt ontvangen neem dan contact op. <a href="' . tep_href_link(FILENAME_CONTACT_US) ."'>contact </a>.'); ?>
natewlew Posted November 1, 2006 Posted November 1, 2006 Your problem might be at the end. Change: tep_href_link(FILENAME_CONTACT_US) ."'>contact </a>.'); To: tep_href_link(FILENAME_CONTACT_US) . '">contact </a>.'); Other great Open Source (Free) programs: (Free as in free speech not free beer) The Gimp - An image program. | Firefox - All you have to do is add the Web Developer add-on to make this web browser complete. | FileZilla - An ftp program. | Inkscape - A good program to create images with. | Thunderbird - An email program. | Openoffice.org - An office suite that is compatible with MS Office. | Abiword - Another office suite. | Audacity - A sound recording tool. | ddp's Picks | Wordpress - An easy to use blogging software. | Joomla - An easy to use CMS that has ecommerce plug-ins. | Drupal - Another CMS How do I find these programs? Google Search!
Dianat Posted November 1, 2006 Author Posted November 1, 2006 Thank you very much !! I would never have found that :D Diana
Recommended Posts
Archived
This topic is now archived and is closed to further replies.