PHP Developer Question:
How to pass a variable by value?

Answer:
Just like in C++, put an ampersand in front of it, like $a = &$b.
Previous Question | Next Question |
How to encrypt the username and password using PHP? | When you supposed to use endif to end the conditional statement? |