What happens if an expected input field was not submitted?
Answer / Honey Agarwal
If an expected input field is not submitted in a PHP form, the variable associated with that field will retain its previous value or be blank. To check for this condition, you can use the isset() function.
| Is This Answer Correct ? | 0 Yes | 0 No |
List data types in PHP?
i have saved the password in encrypted format in database. now i want how to retrive the password in decrypted format.
Tell me how to create a text file in php?
Is it possible to remove the html tags from data?
what is code for email sending through localhost pc..?
In PHP, fgets() is used to read a file one line at a time. State Whether True or False?
What is RSS?How to use it in Program?
What is session in php why it is use?
How to convert a json string to an array in php?
What is abstract class in php?
What are the features of php 7?
Write a php function to convert all null values to blank?