My front does not get the data to list. But the data is inserted perfectly. How to solve?
<?php
require_once 'vendor/autoload.php';
$app = new \Slim\Slim();
$db = new mysqli("localhost","root","","neppo");
$app->get("/cadastro",funct...
asked by
20.12.2017 / 17:35