hi,
i have a regular html form that using post method and i try to get some variables from the form on the next page by using $POST['variable'] it works just fine on my hosting server. but when i try it on my localhost / my own computer, the $POST['variable'] is not getting any value, just blank, but when i remove the $POST, i'm using $variable instead then it works. I have no idea how this $POST thing works. it works the opposite when i try on my local computer than on my hosting server. Could u guys explain it to me what actually happens here? Thanks alot