Good morning,
I created a function to get the ids of all the processes of a table, as shown in the code below
function getProcessos()
{
$conecta = new PDO('mysql:host=localhost; dbname=processos','root','root');
$sql = "SELECT id fr...
asked by
24.05.2018 / 15:35