Posts by Sandro • 9 points
3 posts
-
-2
votes1
answer39
viewsQ: Error in PDO embedded
Hello, I have the following code: public function insert($nome,$email,$senha,$cluster,$situacoes_id,$niveis_acesso_id,$empresa,$modified,$area,$escritorio,$contrato,$regional) { $stmt =…
-
-2
votes1
answer66
viewsQ: Sent data via GET and POST with Java Script
People see if anyone can help I have a variable called "ssid" where there is information that to send to a php file, someone can help me how to do? function chamarSS(ssId ){ if(ssId){…
-
1
votes2
answers343
viewsQ: select Count within select
With the query below this returning the total values of each month, however I need to count the quantities of times each item has in each month. SELECT instancia, (SELECT COUNT(instancia) FROM urt…