My website has php script which use to read data posted as form variable to url variable by simplyusing $variable_name.
Recently I have restored my server and these scripts no longer work. It also does not give any error message. I have tried to degubg the code by printing these varibale then I have noticed that the varibale can only be read by using HTTP_GET_VARS or HTTP_POST_VARS.
Does someone can help me what do I need to change so that the varibales can be read without using HTTP functions? It is used to work in the past.
Recently I have restored my server and these scripts no longer work. It also does not give any error message. I have tried to degubg the code by printing these varibale then I have noticed that the varibale can only be read by using HTTP_GET_VARS or HTTP_POST_VARS.
Does someone can help me what do I need to change so that the varibales can be read without using HTTP functions? It is used to work in the past.