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 |
How can I embed a java programme in PHP file and what changes have to be done in PHP.ini file?
1 Answers Sify, Small Biz Express,
Is multiple inheritance supported in php?
Tell me what is the difference between the functions strstr() and stristr()?
How to replace a text in a string with another text in php?
What is the use of mysql_fetch_assoc in php?
What is the difference between get and post in php?
What's the difference between accessing a class method via -> and via ::?
Does wordpress still use php?
How can I add text to an image?
1 Answers IPSR Solutions, Rushmore Consultancy,
Tell me what is the main difference between php 4 and php 5?
What is meant by ‘passing the variable by value and reference' in php?
How to remove the new line character from the end of a text line?