Re: PHP, automatically fill forms
From: Programmer Dude (Chris_at_Sonnack.com)
Date: 02/25/04
- Next message: Programmer Dude: "Re: HELP with EXCEL PIVOT CHART!!!"
- Previous message: Programmer Dude: "Re: OOP"
- In reply to: paul b: "PHP, automatically fill forms"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 25 Feb 2004 10:13:42 -0600
paul b wrote:
> Goal is that I when click the hyperlink on the php-script, the
> HTML-login form is automatically filled and the login is done
> automatically without having to click on the submit-button.
Consider what happens when you click the submit button. The page
is submitted to the server in a GET or POST request.
Why not make your other page just do the same? That is, submit
all the data just as the login page does.
-- |_ CJSonnack <Chris@Sonnack.com> _____________| How's my programming? | |_ http://www.Sonnack.com/ ___________________| Call: 1-800-DEV-NULL | |_____________________________________________|_______________________|
- Next message: Programmer Dude: "Re: HELP with EXCEL PIVOT CHART!!!"
- Previous message: Programmer Dude: "Re: OOP"
- In reply to: paul b: "PHP, automatically fill forms"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|