View Single Post
  #9  
Old 05-08-2007, 09:01 AM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default Re: If statement help - wholesale

Sorry, I customized the store I took the code from so much that it's hard to remember what's stock sometimes

Open auth.php and put this code before ?>

Code:
$userinfo = func_query_first("SELECT login,firstname,lastname,membershipid FROM $sql_tbl['customers'] WHERE login='$login'"); $smarty->assign("userinfo", $userinfo);

Reply With Quote