[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] PHP/CGI and wierd SSL problem
- Subject: RE: [cobalt-users] PHP/CGI and wierd SSL problem
- From: "Paul Shuttleworth" <paul@xxxxxxxxxxxxxx>
- Date: Thu Feb 12 11:37:01 2004
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> -----Original Message-----
> From: cobalt-users-admin@xxxxxxxxxxxxxxx
> [mailto:cobalt-users-admin@xxxxxxxxxxxxxxx]On Behalf Of Dmitry Alexeyev
> Sent: 12 February 2004 19:06
> To: cobalt-users@xxxxxxxxxxxxxxx
> Subject: Re: [cobalt-users] PHP/CGI and wierd SSL problem
>
>
> > From this we can conclude that the variables exist in page one, pass
> > the validation, get posted to the next page and then vanish into thin
> > air!!!!!
>
> Do you use $_POST[''] array to get variables values?
> What php version do you have?
>
> Dmitry
Yes, for example
$fullname = $_POST['fullname'];
$address1 = $_POST['address1'];
$address2 = $_POST['address2'];
$address3 = $_POST['address3'];
$address4 = $_POST['address4'];
PHP version is
PHP Release 4.1.2-3
Paul.