What is the difference between get and post in php?
Answer / Vivek Raj
In PHP, GET requests typically append data to the URL (e.g., ?name=John&age=30), while POST requests send data as a body of the request.
| Is This Answer Correct ? | 0 Yes | 0 No |
How To Get the Uploaded File Information in the Receiving Script?
what is used for tmp table in oracle?
How can I find my php version?
Differences between get and post methods?
When you want to show some part of a text displayed on an html page in red font color? What different possibilities are there to do this? What are the advantages/disadvantages of these methods?
So if md5() generates the most secure hash, why would you ever use the less secure crc32() and sha1()?
List out some tools through which we can draw E-R diagrams for mysql.
Is null function in php?
To find out the current year is leap year or not which date() function we've to use.Give the syntax also
List out some tools through which we can draw E-R diagrams for mysql?
How many data types are used by php?
Who is known as the father of php?