if (($_POST['$table_name']) == 1){ //do something } what you have is essentialll looking for a posted value called '$table_name== 1'! Ross wrote:
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.netif ($_POST['$table_name== 1']) { //do something } Ta, ross
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php