Hello,
Now I need to use curl to connect to a secure website,
I have three certificates files, two .cer files and one .pfx file.
After I import the certificates into IE browser, the visit is OK.
However, when I use curl_setopt to configure the certificates, it failed.
Can anybody help me?
Thanks.
You need to name it name="fieldname[]" in your HTML and then access each
selected value using $_REQUEST['fieldname'][0], $_REQUEST['fieldname'][1],
...
-Rasmus
On Wed, 16 Oct 2002, Khalid El-Kary wrote:
> hi,
> If i have a form that has a with multiple="ture" how would i be
> able to retireve
> -Original Message-
> From: John W. Holmes [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, October 15, 2002 9:36 PM
> To: 'Khalid El-Kary'; [EMAIL PROTECTED]
> Subject: RE: [PHP] how to user
>
> > hi,
> > If i have a form that has a with mult
If I remember correctly, you must set the name field with [] to make it
an array.
Example:
then $foo is an array of the selections.
-js
Khalid El-Kary wrote:
> hi,
> If i have a form that has a with multiple="ture" how would i be
> able to retireve it's multiple values in the PHP script, i
On Wed, 16 Oct 2002, Khalid El-Kary wrote:
> If i have a form that has a with multiple="ture" how would i be
> able to retireve it's multiple values in the PHP script, i tried the
> $_REQUEST['fieldname'] it gave me only the last selected value
You need to make sure you get back an array holdin
> hi,
> If i have a form that has a with multiple="ture" how would i
be
> able to retireve it's multiple values in the PHP script, i tried the
> $_REQUEST['fieldname'] it gave me only the last selected value
>
> note: multiple selection is done by holding ctrl :)
PHP will make an array for you.
hi,
If i have a form that has a with multiple="ture" how would i be
able to retireve it's multiple values in the PHP script, i tried the
$_REQUEST['fieldname'] it gave me only the last selected value
note: multiple selection is done by holding ctrl :)
khalid
___
7 matches
Mail list logo