What does $_ post mean in php?
Answer / Aesha Varshney
In PHP, $_POST is a superglobal array that holds data sent from an HTML form using the POST method. It can be used to access user input submitted through the form.
| Is This Answer Correct ? | 0 Yes | 0 No |
How can we get the browser properties using PHP?
Is runtime polymorphism overriding?
What does the initials of php stand for?
How send email in php?
1.Where are the cookies storing ? 2.What is the drawback of using cookies ? 3. If two site is having same cookie name and different values what will be the output if we echo the cookie name from those sites ? How can we solve this issue (How can we specify the domain name)?
What is polymorphism php?
What is htaccess in php?
How to pass variables and data from php to javascript?
Difference between get and post method.
What is a comment in php?
What are Sub routines?
what is the diference between php4 and php5
2 Answers Tavant Technologies,