Posts by allan araujo • 541 points
53 posts
-
0
votes1
answer7376
viewsQ: How to check "SQLSTATE[42S22] error: Column not found: 1054 Unknown column"
I wonder how I can verify this error in my code "SQLSTATE[42S22]: Column not found: 1054 Unknown column" private $untamed; public function RetornaIndoperacionais($ano){ if($ano == '2016'){ $_base =…
-
0
votes0
answers39
viewsQ: How do I print the semesters on canvas
I have this code, the query is already done, just call on the tag. How do I print on canvas the months of the semester after the goals. <?php /* codigo para gerar os paramentros */ $ano =…
-
0
votes0
answers63
viewsQ: data listing
he’s just printing the first line of the database and I want you to print out all the lines . <?php @session_start(); include_once $_SERVER['DOCUMENT_ROOT'] .…