Posted by brian_mckracken on 09/28/05 10:03
Hi and thanks for the tip. However, I'm having a bit of a puzzle trying
to figure out how one can post these variable via the url like:
http://www.acme.com/page.php?user=joe&passwd=secret1234
Any ideas?
Jerry Stuckle wrote:
> For a post operation, the incoming data will be in the $_POST variable.
>
> In your case you are using the id's "login[email]" and "login[passwd]',
> so your values will be in the array as $_POST['login']['email'] and
> $_POST['login]['passwd]
>
> --
> ==================
> Remove the "x" from my email address
> Jerry Stuckle
> JDS Computer Training Corp.
> jstucklex@attglobal.net
> ==================
Navigation:
[Reply to this message]
|