I'm creating a form counter and would like to know if I'm going the right way?
This is my select query
<?php
error_reporting(-1);
ini_set('display_errors', 'On');
//Criar a conexao
$link = new mysqli ("localhost", "root", "", "peixaria"...
asked by
21.01.2017 / 17:07