mirror of
https://github.com/Floriansylvain/projet_programmation_web.git
synced 2026-08-19 11:43:16 +02:00
✨ Introduced big DB (~500 000 results) and multiple improvements
This commit is contained in:
@@ -3,11 +3,6 @@
|
||||
require_once("class/dump.php");
|
||||
|
||||
$author_name = $_GET['author'];
|
||||
|
||||
$these_array = dump::getTheseByAuthor($author_name);
|
||||
|
||||
$json = json_encode($these_array, JSON_PRETTY_PRINT);
|
||||
|
||||
echo '<pre>';
|
||||
var_dump($json);
|
||||
echo '</pre>';
|
||||
$json = json_encode($these_array);
|
||||
print_r($json);
|
||||
|
||||
Reference in New Issue
Block a user