What happens if an expected input field was not submitted?



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

Post New Answer

More PHP Interview Questions

List data types in PHP?

1 Answers  


i have saved the password in encrypted format in database. now i want how to retrive the password in decrypted format.

6 Answers  


Tell me how to create a text file in php?

1 Answers  


Is it possible to remove the html tags from data?

1 Answers  


what is code for email sending through localhost pc..?

2 Answers  


In PHP, fgets() is used to read a file one line at a time. State Whether True or False?

1 Answers  


What is RSS?How to use it in Program?

3 Answers  


What is session in php why it is use?

1 Answers  


How to convert a json string to an array in php?

1 Answers  


What is abstract class in php?

1 Answers  


What are the features of php 7?

1 Answers  


Write a php function to convert all null values to blank?

1 Answers  


Categories