Misdew/feed-plus/contamnt.php
2022-07-20 09:28:33 -04:00

5 lines
123 B
PHP

<?php
require_once("../inc/conx.php");
$cntq = mysqli_query($conx, "SELECT id FROM feed");
echo mysqli_num_rows($cntq);
?>