Shaun --
...and then Shaun said...
%
% I don't really need to do anything with them, just make sure they all retain
% their original values...
If you're going to get the original values from the submitted page anyway
then you have no trust in that original value.
If you need to make sure that s
Thorsten Körner wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Hi Shaun
> Am Freitag, 28. November 2003 14:41 schrieb Shaun:
>> Thanks for your reply,
>>
>> I don't really need to do anything with them, just make sure they all
>> retain their original values...
>
> If you are using
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi Shaun
Am Freitag, 28. November 2003 14:41 schrieb Shaun:
> Thanks for your reply,
>
> I don't really need to do anything with them, just make sure they
> all retain their original values...
If you are using a form to sent the data again to third pa
Shaun wrote:
> Hi,
>
> is it possible to capture $_POST variables sent from a
> previous page so i can send them on to the next page?
>
> Thanks for your help.
might wanna try (before any output, including spaces):
$Value) $_SESSION[$Key] = $Value;
But consider some checks to test if no value
Thanks for your reply,
I don't really need to do anything with them, just make sure they all retain
their original values...
"Sophie Mattoug" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> foreach ($_POST as $k => $v) {
> //everything you want to do
> }
>
> Shaun wrote:
>
> >Hi,
foreach ($_POST as $k => $v) {
//everything you want to do
}
Shaun wrote:
Hi,
is it possible to capture $_POST variables sent from a previous page so i
can send them on to the next page?
Thanks for your help.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www
Hi,
is it possible to capture $_POST variables sent from a previous page so i
can send them on to the next page?
Thanks for your help.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
7 matches
Mail list logo