What is if isset ($_ post submit )) in php?



What is if isset ($_ post submit )) in php?..

Answer / Saurabh Singh Tomar

The 'isset' function in PHP checks whether a variable is set and is not NULL. When used with $_POST['submit'], it checks if the form element named 'submit' has been submitted.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

How can you upload a file using php?

1 Answers  


m new to xampp i want to configure file server in xampp... is it possible ??? if so help me....

0 Answers  


How to check if a string contains a character or word in php?

1 Answers  


How we can declare variable in php?

1 Answers  


Is null function in php?

1 Answers  


What is the difference between client-side and server-side programming?

1 Answers  


how can I use bread crumb in PHP ?

2 Answers  


Explain the different types of errors in php.

1 Answers  


What is difference between required and include in php?

1 Answers  


Tell me what is the difference between exception::getmessage and exception::getline?

1 Answers  


How error handling is being handled by php?

1 Answers  


What enctype is required for file uploads to work?

1 Answers  


Categories