Still giving me errors. Here is what I have for that whole line now. What did I screw up?
PHP Code:
$usernamecheckq = $DB_site->query("SELECT userid,username FROM user WHERE username LIKE '%".addslashes(htmlspecialchars($membername))."%' ORDER BY username);
Just shoot me. How in the heck could I miss something so obvious? I figured it out at the exact same time my Outlook pulled for mail and your message here showed up. This calls for a big DOOHHH!!!!! Thanks, Stefan. You would think I would learn, huh?
Quote:
Originally posted by Xenon add a " before the final )