Mrcyberjojo Posted May 30, 2008 Share Posted May 30, 2008 Whats rong? $dbres2 = mysql_query("SELECT * FROM `users` WHERE `login`='{$profiel[login]}'"); $geld2 = mysql_fetch_assoc($dbres2); Quote Link to comment Share on other sites More sharing options...
pocobueno1388 Posted May 30, 2008 Share Posted May 30, 2008 What's the problem? I will just assume your getting an error with your query. Try this $geld2 = mysql_fetch_assoc($dbres2)or die(mysql_error() . "<p>With Query<br>$dbres2"); Quote Link to comment Share on other sites More sharing options...
helraizer Posted May 30, 2008 Share Posted May 30, 2008 I can imagine it's $profile['login'] but add the die statement as said before Quote Link to comment Share on other sites More sharing options...
BillyBoB Posted May 31, 2008 Share Posted May 31, 2008 Whats rong? $dbres2 = mysql_query("SELECT * FROM `users` WHERE `login`='{$profiel[login]}'"); $geld2 = mysql_fetch_assoc($dbres2); Your spelling. It's all messed up.... Quote Link to comment Share on other sites More sharing options...
.josh Posted May 31, 2008 Share Posted May 31, 2008 but if he consistently misspells it, then that wouldn't be what's rong Quote Link to comment Share on other sites More sharing options...
BillyBoB Posted May 31, 2008 Share Posted May 31, 2008 Um I wasn't only talking about his problem in the code. I was also talking about the spelling of "wrong". Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.