You could dynamically generate variable names using:
${view_request_}.$i} = $value;
This will generate:
$view_request_1
$view_request_2
...
Vishal.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 06, 2004 1:14 PM
To: [EMAIL PROTECTED]
Subject: [
Try this:
extract($_POST);
extract -- Import variables into the current symbol table from an array
All of my forms have worked without $_POST or $_GET. Is there a reason for
inavailability of variables???
Its a good practice to use $_POST for security reasons.
Vishal.
-Original Message--
2 matches
Mail list logo