Posts by Filipe Silva • 3 points
2 posts
-
0
votes2
answers400
viewsA: I need my php function to be recursive
It was thus the easiest and most optimized way to solve the exercise but thanks to all helped to understand the recursive functions. <?php $cena=array($_REQUEST["numeroa"], $_REQUEST["numerob"],…
-
0
votes2
answers400
viewsQ: I need my php function to be recursive
I need this function to be recursive, I’m beginner in php and I’m not quite sure how to do this. :/ <?php function mostraArray() { $cena=array($_REQUEST["numeroa"], $_REQUEST["numerob"],…