Avanzado sobre el backend

This commit is contained in:
2021-07-11 21:26:52 -03:00
parent 6ffc840032
commit 254bf0708f
5 changed files with 42 additions and 3 deletions

View File

@@ -19,10 +19,9 @@
<?php
require 'mySQLconnect.php';
require 'news_logic.php';
$selection = $mySQLconnect -> query('select * from noticias;')-> fetchAll();
print_r($selection);
check_news();
?>