Junior PHP Developer Question:
Do you know how to declare an array in php?
Answer:
Eg : var $arr = array('apple', 'grape', 'lemon');
Previous Question | Next Question |
Tell me how stop the execution of a php scrip? | Tell me how to Retrieve a Cookie Value? |