php - Append comment replies based on parent ID -


initially have of comments stored in array $commentsrow, has arrays values (containing comment info such username, date, etc).

  foreach($commentsrow $comment){      // variables set, including one:      $parent_id = $comment['parent_id'];    ?>     // html here     <?php }    ?> 

so works comments no parent (i.e. not reply), how "append" replies parent based on id?


Comments

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -