Posts by Matheus Mancini • 39 points
7 posts
-
0
votes1
answer45
viewsQ: Modal Boostrap is not displayed
I have a form that I am trying to implement a modal that confirms the Ubmit of this form, but it only appears when I do not enter the required fields, if I type the required fields it goes straight…
-
0
votes1
answer30
viewsQ: Generate batch accounts with corrupted date
Good evening everyone, I am developing a project in which I Charge accounts in batch depending on the amount of months that the user selects being at most 12 months, ok the CRUD of these accounts,…
-
2
votes0
answers238
viewsQ: Method of subtracting two values from the sum of records coming from the Mysql database
Good afternoon everyone, I’m creating a class that will work as a box where it will sum all the records found in the bank with the column in the value of INPUT and OUTPUT and at the end I subtract…
-
-1
votes1
answer65
viewsQ: Method Search database records on the same PHP form page
Good morning guys, I am working on a personal project and I plan to make a page to search for customers informing their name and CPF for now the code is like this, but it is not working someone…
-
1
votes1
answer45
viewsQ: Suddenly error in login system
I was doing a login system and was working everything perfectly suddenly suddenly I appear this error below: Fatal error: Uncaught Error: Cannot use Object of type stdClass as array in C: xampp…
phpasked Matheus Mancini 39 -
1
votes2
answers71
viewsA: Failure to compare dates before saving to the bank
<?php $hoje = new DateTime(); $dataInicial = DateTime::createFromFormat('d/m/Y', '10/11/201<?php $hoje = new DateTime(); $dataInicial = DateTime::createFromFormat('d/m/Y', '10/11/2015');…
-
0
votes0
answers37
viewsQ: Code for comparison of dates
I have a code that compares the current date with a specific date and checks if this "delivery" is delayed or expires today for example but even if it is the same date as the current Else does not…
phpasked Matheus Mancini 39