echo "<input name=pass type=password size=15><BR><BR>";
anyway.. php ver 4.2.0 apache 2.0.36
I want to pass the username and password to the next page which queries my
user database.... should i use session register to do that?
thanks a mil, it is driving me nuts!
jason
Jeff Walter
---
Lars B. Jensen, CEO and Founder
LJ Webnologics
E-Mail : lars....@ljweb.com
Web : http://www.ljweb.com
"Jeff Walter" <je...@jeffs-place.org> wrote in message
news:_Q7Z8.65136$uw.3...@rwcrnsc51.ops.asp.att.net...
LMAO! Sorry about that...I had the right idea, just the wrong word.
Jeff Walter
I was thinking that it wouldn't pass variables if i did that... is that
true?
"Jeff Walter" <je...@jeffs-place.org> wrote in message
news:lX8Z8.9475$_51....@rwcrnsc52.ops.asp.att.net...
<form method="post" name="formname" action="scriptname.php">
--
- Daerion
-- http://www.daersys.net
-- webmaster at daersys dot net
"Jason K" <admi...@eastway.net> schrieb im Newsbeitrag
news:uja0gjc...@corp.supernews.com...
Anyway, using the POST method WILL pass variables, whoever told you it won't
isn't exactly an 'expert' when it comes to forms, heh.
--
- Daerion
-- http://www.daersys.net
-- webmaster at daersys dot net
"Jason K" <admi...@eastway.net> schrieb im Newsbeitrag
news:uja0gjc...@corp.supernews.com...
> Excellent i feel like a dope!
>
> I was thinking that it wouldn't pass variables if i did that... is that
> true?
>
No, that's not true. Post "posts" the variables to the action named in
the form tag.
Any form elements that have a name get posted.
--
- Ray
- I have been wrong before. A lot.
- Remove _remove_ to reply by email.