This line: $quey1="select * from clients WHERE USER == $current_user->user_login;";
It returns an unknown error. There must be a simple syntax error in my code but I cannot seem to figure it out. BTW $current_user->user_login; returns a user, like admin for example.
Any idea what is wrong here? I'm realy new to this (first time ever touching php and mysql)
thank you for your help!