[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.
>

Do a phpinfo and check the environment variables such as _ENV["HTTPS"] and
around that area.
Have you determined if it is browser specific?

A workaround would be to just drop the variables into a MySQL table and a
session id cookie onto the user then pick them up again on page 2, not ideal
but a quicker fix.

Phil


** http://www.diygear.com THE Online DIY Toolstore For DIY & Business
** Infolink Electronic Systems Ltd. http://www.infolinkelectronics.co.uk
** Professional Web Design & Cobalt Hosting Solutions
** Sun Cobalt iForce Reseller - Canon Silver Reseller
** Contact: Sales@xxxxxxxxxxxxxxxxxxxxxxxxx
** Tel / Fax 0121 458 4894 (office) 0121 441 3558 (home)