what is the difference between GET and POST?
Answer Posted / yogesh
GET : GET method is a not secure long time period
POST : POST method is a long time period of future is
successfully work on the our file/project
(So better is POST than GET)
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How do you check if a variable has been set in php?
What are the advantages of stored procedures?
What is difference between sql and php?
How can you tell if a number is even or odd without using any condition or loop?
Tell me what does pear stands for?
How to calculate the difference between two dates using php?
How to include variables in double-quoted strings in php?
What is php data type?
Why do we need session?
Can we extend multiple classes in php?
Tell me how do I escape data before storing it into the database?
What is default session time in php?
How can we define a variable accessible in functions of a php script?
How do I find out the number of parameters passed into function9?
How can you pass a variable by reference?