Posts by teste • 35 points
4 posts
-
0
votes2
answers150
viewsQ: How to pull all rows of the database in php but only showing the value of a specific query column once?
I’m having a problem, I have a PHP screen that shows everything from a database query. So far everything ok, but I need to show all information without replicating the requested column. Follow the…
-
-1
votes1
answer118
viewsQ: How do I differentiate between foreign and national Fps in javascript?
I’m making a system that needs to validate the Brazilian field Cpf but if Cpf is foreign does not need to validate the validation part of Cpf is OK, but how would I put in the function to disregard…
-
-4
votes1
answer121
viewsQ: How to add comma quotes to a variable that comes in array?
I’m trying to make a variable from the bank that comes in the information together like 1234 I would need to leave this information like this '1','2','3','4' to put in a select am using the echo…
-
1
votes1
answer25
viewsQ: how to make an input field appear only when it is two hours above the current time?
I need to do a scheduling scheme where the scheduling field can only appear when it is two hours longer than the current time type $duasHorasAmais = date('H', strtotime(date("d-m-Y H:m:s"). ' + 2…