Rui, There are a hundred ways of doing this, popup windows are often simple client side javascript routines, but most often, serious passwording involves the use of databases. So get yourself a copy of mySQL and start by familiarlising yourself with that and PHPs unrivalled set of db connection and query gizzmos. Many if not most of your projects are going to need database interaction in any case. Once you have a handle on that, passwording will be a relatively trivial problem to solve. In the meantime, check some javascript sites for some basic popup code. Also, while you are learning the ropes, keep uppermost and clear in your mind the difference between what happens client side (with stuff like javascript being executed by the browser) and SERVER side with PHP, a continuing source of confusion with newcomers - good luck.
----- Original Message ----- From: "Rui Monteiro" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 15, 2002 9:43 AM Subject: [PHP-WIN] php - login and password > I must say that I'm new at this php world. > > There are some web sites that when you enter a page, a pop-up windows > appears requesting a login and password. > > How can I make a form in php (login page) that searches for the login and > password of the page that is requested? > > I really don't know where the file containing the login or password is > stored, but I suppose theres is a rule where to be hold up. > > Thank you, > > Rui Monteiro > > > > -- > PHP Windows Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php