Hi,
I am writing a code to upload multiple files on the server using PHP. I
zipped the folder containing these files, uploaded the zipped file through
my application on the server. Now,I am trying to unzip the .zip file using
PHP. I tried it in different ways using:
1. `unzip filename.zip`
2. syst
>>> 2008. 03. 14, péntek keltezéssel 14.08-kor Suamya Srivastava ezt
>>> Ãrta:
>>>
>>>> Hi,
>>> >
>>> > How can I send multiple values from a form to be stored in a
>>> database, as
>>> > name
Hi,
How can I send multiple values from a form to be stored in a database, as
name of the fields is the same?
For example:
";
}
elseif ($datatype=="textarea") {
echo "";
}
echo "";
}
?>
This creates a form with field names and text box or textarea box next t
use cookies.
> session.use_cookies = 1
> session variable is saved here if the user have cookies turned off it will
> still work if your have trans-sid turn on.
> BTW you don't have to use a dropdown radio buttons or tick box will work
> as
> well
> Johan
> "&qu
Thank you all for the help.
I did not want to use dropdown box..that was the very reason i was
wondering if I can pass the variables through a hyperlink. I used $_GET
and it worked fine. However, as mentioned in the posts its not advisable
to use $_REQUEST. Could you please elaborate on the reason?
Hello,
How can I pass variables on clicking a hyperlink to a PHP script? I have 5
hyperlinks, all pointing to the same PHP script. However, on clicking each
hyperlink a different value of the variable needs to be passed to the PHP
script.
i.e. I have 5 databases from which I want to obtain inform
6 matches
Mail list logo