Complete Comments System Using PHP And MySQL Database

preview_player
Показать описание
In this tutorial, you will learn how to create a comment system from scratch using PHP and MySQL database.

Please Subscribe - Like - Share - Comments For More Videos
Рекомендации по теме
Комментарии
Автор

is this comment system fetched by article id from mysqli?

DonSalmonella
Автор

<?php

function showcategory($parentid)
{
$isql = "SELECT * FROM pdcommentsystem WHERE reply_id ='$parentid' AND page_id='$mid'";
$iresult = mysqli_query($GLOBALS['conn'], $isql);
$output = "<ul>\n";

{
".$idata['comment_on'];

$output.=
$output.="</p>";
$output.="</li>";

}
$output.="</ul>";
return $output;

}
echo showcategory(0);
?>
Not working

aryasinghrajput
Автор

Hello, how to do LOAD MORE from database, only to display the first 3-4 comments and the rest to hide until button clicked? Thanks

MrSTEFFKE
Автор

is this the comments system where comments stays at the same even when i click on another page in my blog? thanks for answering

dgwft
Автор

Fatal error: Uncaught ValueError: Array sizes are inconsistent in Stack trace: #0 array_multisort(Array, 4, Array) #1 show_comment(Array, '1') #2 show_comment(Array) #3 {main} thrown in on line 45 What to do

arcdata
visit shbcf.ru