Hi,
When i'am working (php) in my office and i execute a submit the variables are accessible just typing $variable, but home i have to type $_POST['variable']
What change do i have to do in php.ini to use only the variable names after a form submit
thanks in advance
When i'am working (php) in my office and i execute a submit the variables are accessible just typing $variable, but home i have to type $_POST['variable']
What change do i have to do in php.ini to use only the variable names after a form submit
thanks in advance
Comment