Ross wrote:
Sorry I got confused. I am using variable variables.

Disregard.
""Ross"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]

Thanks fpr all the feedback on the password but I have another one...

How do I use $_POST with variables. Cant find an example of this anywhere on php.net


if ($_POST['$table_name== 1']) {

$tablename = 'yourtable';

if (isset($_POST[ $tablename ]) && $_POST[ $tablename ] == 1) {
        echo $tablename, ' has been selected';
}


//do something

}

Ta,

ross



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

Reply via email to