View Single Post
Old 12-28-2012, 05:10 AM   PM User | #4
KazeFlame
New Coder

 
Join Date: Sep 2012
Location: Philippines
Posts: 11
Thanks: 9
Thanked 0 Times in 0 Posts
KazeFlame is an unknown quantity at this point
Thanks
I replaced
PHP Code:
 $getuprofile mysql_query("SELECT * from members-profile-info where username = '$uname'"); 
to
PHP Code:
 $getuprofile mysql_query("SELECT * from members_profile_info where username = '$uname'"); 
KazeFlame is offline   Reply With Quote