What is the difference between $message and $$message?
Answers were Sorted based on User's Feedback
Answer / sachin g kulkarni
$message is normal variable , where as $$message is
variable variable...That means you can access the value of
one variable with the name of the other variable......Hey
don't confuse this is not pointer of C. Pointer concept is
totally different from this
| Is This Answer Correct ? | 17 Yes | 1 No |
Answer / shekar
$message is normal variable , where as $$message is
variable variable
| Is This Answer Correct ? | 18 Yes | 3 No |
when we select some checkboxes and we went for next page if we came back to prevoius page the selcted checkboxe should be checked
Why do we need session?
What is the function file_get_contents() useful for?
How can we know the total number of elements of Array?
Write a program to display reverse of any number?
Hi all, I have a problem in Apache on windows xp.I tried to unistall apache and install it again. But when in did the installation again, and tried to run apache, i get the following error message, Socketaddresse can just be used once. Make_sock: could not build to address 0.0.0.0.80 No listening sockets available.Shutting down Unable to open logs. and i also get (error) OS2. The system cannot fine the installed service named "Apache2". Please i need some one to help me out with this.I'm really fustrated cuz i need this stuff working as fast as possible. PLEASE HELP ME
What is htmlspecialchars?
How can we determine whether a php variable is an instantiated object of a certain class?
What do you mean by core php?
How many open modes available when a file open in PHP?
What is a php web application?
What is the major php security hole? How to avoid?