Foreach loop returning null values in PHP?
- by Jascha
Hello,
I have a pretty simple problem.
Basically I have an array called $list that is a list of titles. If I do a print_r($list) I get these results:
Array ( [0] => Another New Title [1] => Awesome Movies and stuff [2] => Jascha's Title )
Now, I'm running a foreach loop to retrieve their values and format them in an <ul> like…