2010-04-27, 10:05 PM
|
#2
|
Aw, Dad, you've done a lot of great things, but you're a very old man, and old people are useless
Join Date: Feb 2010
Location: Boston
Posts: 20
|
The first issue is probably that you are sending a string to the loop instead of an array.
Fix the header issue by adding this after the first <?php you see:
ob_start();
|
|
|