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 |
What are the different tables present in mysql, which type of table is generated when we are creating a table in the following syntax: create table employee(eno int(2),ename varchar(10)) ?
What is $_ get?
What does $_ post mean in php?
What is the difference between explode and split?
Which function will suitably replace 'x' if the size of a file needs to be checked? $Size=x(filename);
What are the common uses of php?
What is the current stable version of php? What advance thing in php7?
Do you know what is the use of the function 'imagetypes()'?
What is the difference between == and === operator in PHP?
How are Variables Defined in PHP?
Differentiate echo vs. Print statement.
What is a comment in php?