View Single Post
Old 01-18-2003, 06:28 PM   #7 (permalink)
anon
Guest
 
Posts: n/a
Quote:
Originally posted by trevor
isn't that a bit of a security hole?

so like

header("location: main.php?username=$username&password=$password");
into login.php
You could use one of the many default encryption functions that comes with PHP, or you could just find another way, but truly I don't know how to do it another way :o
  Reply With Quote