
hello,
Which will execute faster on php POST or GET?

hii,
The POST metod is much more faster then GET ..because in GET method the value given in the text field is also available in the URl which takes more execution time for processing.In the POST method no information is given to ULR that's why POST is faster then GET method.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.