On Dec 11, 2003, at 8:02 AM, Christian Jancso wrote:


Hi there,

I have the following problem:
How can I use variables in the $_POST statement?
Here is my code:

$old_station[$o] = $_POST['$i'];
$new_station[$o] = $_POST['$i'];

Christian,


My biggest question is: What are $i and $o set to?
Unless $i is set to a string with the same name as POST variable you're trying to access, this code won't work.


--
Chris Garaffa
[EMAIL PROTECTED]

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to