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); Link to comment https://forums.phpfreaks.com/topic/108068-whats-rong/ 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"); Link to comment https://forums.phpfreaks.com/topic/108068-whats-rong/#findComment-553915 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 Link to comment https://forums.phpfreaks.com/topic/108068-whats-rong/#findComment-553927 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.... Link to comment https://forums.phpfreaks.com/topic/108068-whats-rong/#findComment-553938 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 Link to comment https://forums.phpfreaks.com/topic/108068-whats-rong/#findComment-553940 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". Link to comment https://forums.phpfreaks.com/topic/108068-whats-rong/#findComment-553942 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.