what is hidden variable? what is its difference with the
normal variable...
Answers were Sorted based on User's Feedback
Answer / rajesh
Hidden variables wont be showing in browser. But the value of the hidden variable will be sent while page submitting.
| Is This Answer Correct ? | 19 Yes | 0 No |
Answer / taher
Hidden Variable Means Not Show The Value of the
Variable.That means <input Type="Hidden"> that And Normal
Variable Means $a and Used.
| Is This Answer Correct ? | 4 Yes | 4 No |
Why we use get in php?
How can we know the total number of elements of Array?
What is htaccess?
Explain the differences between get and post methods?
Why are sessions used?
1.What is application server ? 2.What is web server ? 3.Explain the process of execution of a php file ?
What is the difference between file_get_contents() and file_put_contents() in php?
How can we encrypt the username and password using PHP?
3 Answers Rushmore Consultancy,
What is the difference between htmlentities and htmlspecialchars in php?
How can we get second of the current time using date function?
What is csrf cookie?
How to store the uploaded file to the final location?