Could someone please illustrate the best way to create a nested WHILE loop to do something like this? I am trying to learn best practices and the php & mySQL documentation is a bit abstruse. Thanks.
Code:while($event = mysql_fetch_assoc($result)){
while startdate stays the same {
echo day title;
echo events for this day;
}
}
