What does $_ post mean in php?



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

Post New Answer

More PHP Interview Questions

How can we get the browser properties using PHP?

7 Answers  


Is runtime polymorphism overriding?

1 Answers  


What does the initials of php stand for?

1 Answers  


How send email in php?

1 Answers  


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)?

8 Answers   TCS,


What is polymorphism php?

1 Answers  


What is htaccess in php?

1 Answers  


How to pass variables and data from php to javascript?

1 Answers  


Difference between get and post method.

1 Answers  


What is a comment in php?

1 Answers  


What are Sub routines?

1 Answers  


what is the diference between php4 and php5

2 Answers   Tavant Technologies,


Categories