I'm trying to make a fairly basic (not for me) way to display information stored in the SQL database. Here's the code, followed by a few of the errors I'm getting. I'd really appreciate some help as I'm at a dead end.
- Code: Select all
http://pastebin.com/zbggBcN9
These are the errors I'm getting
- Code: Select all
Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\blues\inc\functions.inc.php on line 29
Notice: Undefined variable: e in C:\xampp\htdocs\blues\inc\functions.inc.php on line 42
Thanks in advance for any help


