Posts by Mestre Splinter • 25 points
4 posts
-
-3
votes1
answer90
viewsQ: Pass-through error by reference, insert into the bank
I’ve had the following mistakes: Notice: Only variables should be passed by Ference in /var/www/html/crud/bank/Banco.php on line 30 Notice: Only variables should be passed by Ference in…
-
0
votes0
answers77
viewsQ: I cannot compare dates with Datetime() in PHP
I have a form where I send the date 1-4-2017 in each separate field(day, month and year). The code below receives the date normally, but when it arrives at the part of the comparison it does not…
-
1
votes0
answers169
viewsQ: click jquery does not work on firefox
Good morning, after the code that fills the table, click handling does not work on firefox, but works on Chrome, someone has some light, please? function carregarItens(){ //variáveis var itens = "",…
-
2
votes1
answer226
viewsQ: problem with namespace and PDO
Well I got a class Sql extending PDO, but when I define a namespace the following error message appears when creating an object from the Sql class: Fatal error: Class 'PDO-related classes' not found…