header('Location: leticia.php?id=1' .$usuario);
header('Location: barbara.php?id=2' .$usuario);
I'm trying to redirect 2 logged in users, each to your page using the above code, but when you log in, redirect the 2 to the same page that is the leticia.php
, how to fix?