I want to directly use the variable name (like $var1) to get the submited variable when I submit a form with PHP.
I do not like use $_POST['var1'] to get the variable.
Please let me know how to change the php.ini setting file.Please help me.
Thanks a lot.