PHP Developer Question:
When you supposed to use endif to end the conditional statement?

Answer:
When the original if was followed by : and then the code block without braces.
Previous Question | Next Question |
How to pass a variable by value? | How to send mail using JavaScript? |