Having some trouble with this..
<?php
EG204_ExoSkel();
function EG204_ExoSkel() {
$to_be_end = 'Red';
everything_loop();
}
function everything_loop() {
echo $to_be_end;
}
?>
The code above will not echo Red, so I must be trying to use functions backwards. Might that be possible?
All that is in the Everything function is to be apart of different foreach loops.
Try this one (send it as an argument)
http://sandbox.phpcode.eu/g/3c1b6.php