Posts by rubo • 1 point
2 posts
-
-1
votes1
answer40
viewsQ: Login PDO PHP com prepare
I’m having problems with Login No error appears, but it seems that the program stops when trying to select <?php ob_start(); session_start(); include("conn.php"); $conexao = getConnection();…
-
0
votes1
answer38
viewsQ: Pick up date with a function
I need help with the following: Method to get the date function pegar_ano(){ $year = date('Y'); $ano = date('Y'); //echo $year; $ano_anterior = $_POST['ano_anterior']; $ano_atual=…