0
what is the exicute of this code
$i=1; for($i = 1; $i <= 10; $i++) { $roi_date = date('Y-m-d',strtotime($CurrentDate . "+$i days"));
2 Answers
+ 8
You can run it in the Code Playground by yourself.
+ 2
You can just copy+paste it on sololearn and run it to see......