Hi,
I'm junior in PHP and stuck on Encryption.
I have encrypted password using SQL :
$query = "insert into user (userid,password,) values
('$username',Password('$pass'));";
Which is working perfect. Now I'm working on Login page where I have to compare
passwords.. As password in database
Charles Whitaker wrote:
Greetings,
I have a nearly-completed accounts/billing database using PHP and
MySQL, and was just informed that users will want to access the
database via multiple windows in one browser on the same machine, so
I'm looking for a way to have each browser window have its