0) { echo "
"; while($info = mysql_fetch_array( $result )) { $id = $info['id']; $title = html_entity_decode($info['title']); $body = nl2br(html_entity_decode($info['body'])); $expandall = $expandall . "ShowHide('notes{$id}',0,1);"; $collall = $collall . "ShowHide('notes{$id}',0,0);"; ?>

"; } else { echo "No data found."; } ?>
Click here to download this document