PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Once I login into my system, I carry the login and password value through querystring (eg. "main.php?login=<?php echo login ?>"). I use this way to all of my pages. I think this is not the best way because everybody can see the login and password value at the page link. So anybody got idea to solve this problem?