site name: https://www.webslesson.info/2017/03/load-content-while-scrolling-with-jquery-ajax-php.html
INDEX.PHP
MORE DATA SCROLLED
Auto Load More Data on Page Scroll with Jquery & PHP
------------------------------------------------------------------------------------------------------
fetch.php
'.$row["post_title"].'
'.$row["post_description"].'
By - '.$row["post_author"].'
';
}
}
?>