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 |
How can you upload a file using php?
m new to xampp i want to configure file server in xampp... is it possible ??? if so help me....
How to check if a string contains a character or word in php?
How we can declare variable in php?
Is null function in php?
What is the difference between client-side and server-side programming?
how can I use bread crumb in PHP ?
Explain the different types of errors in php.
What is difference between required and include in php?
Tell me what is the difference between exception::getmessage and exception::getline?
How error handling is being handled by php?
What enctype is required for file uploads to work?