I am trying to find a way to allow users of my website to automatically be sent to their own user page? for example, when users login i want to be able to call details from a colom in the mySQL database: /login.php?userid=$userid <---- where $userid is the colom name in the database. Im sorry if...