Good idea but now I get this:
Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in C:\Apache2\htdocs\www.imagodeiministry.com\main\event.php on line 51
Isn't it a problem to have so many double quotes in there?
I have 7 fields being pulled from a database and assigned the variable names: $date_time_1, $date_time_2, ... So I wanted to print them through the loop without having to list them all individually.