SyntaxFix
Write A Post
Hire A Developer
Questions
<?php function takes_array($input) { echo "$input[0] + $input[1] = ", $input[0]+$input[1]; } ?>