this code make the topic notice:
echo "test id: <b>".$user->id."</b>-> kunden_auskunft<br> ";
if(isset($user->id) && $_POST['users_id'] == $user->id ){
I don't understand why because the $user->id is echoed an is there but if I use it in the if statement the Notice arises.
How can I get rid of this notice?