View Single Post
  #8  
Old 03-24-2008, 05:16 AM
 
toolexperts toolexperts is offline
 

eXpert
  
Join Date: Feb 2008
Location: Knoxville, TN
Posts: 290
 

Default Re: Importing customer accounts

yeah i tried the method listed in that thread and now my site is down...it keeps telling me i have an error in line 201.... Parse error: syntax error, unexpected T_BOOLEAN_OR in /home/httpd/vhosts/toolexperts.com/httpdocs/register.php on line 201....Here is my code.....


$fillerror = (!empty($error) || empty($passwd1) || empty($passwd2) || ($passwd1 != $passwd2)); || strlen($passwd1) > 64 || strlen($passwd2) > 64);
__________________
Tool Experts
X-Cart DB Version: 5.4.1.49
Windows
Reply With Quote