Posts by Lucas Lima • 61 points
5 posts
-
1
votes2
answers1444
viewsQ: Push notification icon - Onesignal
I’m using Onesignal to send push notifications to an application in Cordova that I’m developing. Notifications are sent correctly, but I’m unable to change the notification icon. There is only an…
-
0
votes1
answer205
viewsQ: Merge results from two tables
I need to make a SELECT in two tables and unite the results. My tables are "cursos_aula" and "cursos_progresso". In the table "cursos_aula" I have all the classes of a course. In the table "progress…
-
1
votes0
answers1311
viewsQ: Open web page after connecting to Wifi (mobile)
There is a way to force mobile device to open a web page after connecting to WiFi? It’s not exactly a HotSpot (authentication via Landing page). Example: after connecting to an X (public) network…
-
-1
votes1
answer1152
viewsQ: PHP - Check that the session (login) is active
I need to send an email notification of product abandonment in the cart to the customer after X minutes he left the site without buying. Does anyone know any simple and effective way to check if the…
-
3
votes1
answer742
viewsQ: PHP - Upload file to different folders
I have to make a PHP script that sends a single upaged file to several folders (listed in the server root dynamically). The problem is that the first upload is done smoothly, then I can’t send to…