Posts by Victor Sued • 23 points
2 posts
-
1
votes1
answer556
viewsQ: Return JSON with date and time
I’m having a problem returning json with date and time the code is as follows: <?php $sql = "SELECT CRED_NUMERO, MOV_DATAHORA FROM APOIO.LOG_CREDENCIAL_APOIO A WHERE A.CRED_NUMERO = 10734568 AND…
-
0
votes0
answers61
viewsQ: How to display table even without having result?
Good morning Everyone, I created this page to automate a process in the company: http://pastebin.com/WdkdfWnN However it only displayed the cute tables only when there is data returned in the query,…