What would be the best configuration for PHP - in regards to security...and ease of use
ie: request_method --> GET or POST
Hi POST is the best option because , if you use get option then the variables an values will be passed as query string and it will be viewable to all users and they will be able to modify/change or manually enter the variablke names or variables.
How can I change that to POST -- as the request_method