php-general | 2003022
Date: 02/24/03
- Next message: Jonas Geiregat: "[PHP] Re: Removing URL Variables"
- Previous message: Jonas Geiregat: "[PHP] Re: Removing URL Variables"
- In reply to: Jonas Geiregat: "[PHP] general question ?"
- Next in thread: Cal Evans: "RE: [PHP] general question ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> http://kemu.ath.cx/intranet/login.phps
> when I press submit everything is OK it works like I want it to work but
> I'm not happy with the result I see in my url window
> I see this
> http://localhost/intranet/login.php?user=kemu&passwd=test&submit=login
> I don't like it that you can know the passwd
> is there a way to just make this login.php and not with all the vars I
> send with it
Learn HTML. Search Google for the different METHODs your form can have.
<form method="???" action="page.php">
---John Holmes...
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Jonas Geiregat: "[PHP] Re: Removing URL Variables"
- Previous message: Jonas Geiregat: "[PHP] Re: Removing URL Variables"
- In reply to: Jonas Geiregat: "[PHP] general question ?"
- Next in thread: Cal Evans: "RE: [PHP] general question ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

