Jump to content

mplae question


abitshort

Recommended Posts

$result = query_read("SELECT * FROM  schedule WHERE live = 1 ORDER BY DESC");
while($r = fetch_array($result)){

$lala .= "<div>$r[instructor]</div>
      <div><b>$r[class]</b></div>
              <div><i>$r[level]</i></div>
              <div>$r[time] on $r[day]</div>";

}

 

it turns out to be like this:

 

Instructor A

Class A

Level A

Time A --- Day A

 

and

 

Instructor A

Class A

Level A

Time B --- Day B

 

How do i turn it to something like this:

 

Instructor A

Class A

Level A

Time A --- Day A and Time B --- Day B

Link to comment
https://forums.phpfreaks.com/topic/184949-mplae-question/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.