Q: 14
What is the output of the following code? function increment ($val) { $_GET['m'] = (int) $_GET['m'] + 1; } $_GET['m'] = 1; echo $_GET['m'];
Your Answer
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.