Posts by Marlon Souza • 41 points
4 posts
-
-1
votes1
answer493
viewsQ: Push notification in hybrid app
I’m creating a hybrid Android app, which is actually a webview running a system, hosted on some server, made in php. I need to deploy a notification system (Push Notification) that sends…
-
2
votes1
answer340
viewsQ: Ajax request with unexpected return
I have an ajax code that makes a request in a php file, and in this php file has only one echo json_encode('test') In return comes the string "teste"NULL, always with this NULL iserido, after any…
-
0
votes1
answer46
viewsQ: Query zeroing column when applying order by - Mysql
I am with a query that when ordering it in ASC it Zera a column of my table, but if I sort in DESC displays the values normally. This is the query: SELECT `tab_medicamentos`.`id`,…
-
2
votes0
answers40
viewsQ: Recognition of SQL Server drives for db connection in PHP
I’m having trouble connecting to the SQL Server database. I can’t install the drives to be recognized. On the Internet I’ve tried every kind of thing and nothing has worked. I downloaded the drives…