View Single Post
Old 06-26-2008, 07:06 PM   #3 (permalink)
codefreek
Super Moderator
Inquisitive 
 
codefreek's Avatar
 
Join Date: Sep 2007
Location: Near you.
Posts: 791
Thanks: 241
codefreek is on a distinguished road
Default -

Quote:
Originally Posted by delayedinsanity View Post
Where are you getting $id from? And there's nothing going on inside of your while loop so I'm not sure where you're getting the other variables from either, but if $id is an empty value then chances are your query isn't returning any errors, but it's not returning any data either.
-m


//delayedinsanity
I just want to know why it is not letting me get any of the data from db table users?..

like $sel_table['username']
or $username as a var,

Thank you in adv.


EDIT:
i get bool(false) bool(true)
on
Code:
var_dump($sel_table);
var_dump($web_result);

EDIT:

LOOK DOWN FOR HELPING ME ON A OTHER PROBLEM

Last edited by codefreek : 06-26-2008 at 09:44 PM. Reason: Var_dumb(); added
codefreek is offline  
Reply With Quote