Posts by Marcos Oliveira • 19 points
5 posts
-
0
votes1
answer45
viewsQ: React Navigation | How to use Navigation inside an React component?
I have an app with a main screen where everything should happen. I am using the lib React-calendars to render the calendar and below there is the content of the application, which would be divided…
-
0
votes1
answer66
viewsQ: Send Ajax POST to another port?
I am making a website with pure PHP/JS, but I need to use the services of Google Calendar API and wanted to use them with Node. My Node server is running on port 3333 and PHP on 80. I tried to use…
-
0
votes0
answers102
viewsQ: Register Data in Mysql using Ajax and PHP
I am trying to register a date field for a service registration system and the queries are not being sent to the database. I tried using only PHP and it worked, but when I use the same code with…
-
-2
votes2
answers111
viewsQ: How to send data to PHP in real time?
Talk personal, all right? I’m trying to make a system that calculates budgets depending on the product and its characteristics. I am using the following code to rescue the data from the database…
-
-1
votes1
answer152
viewsQ: Sort timestamp results just by time?
I am trying to make a time ranking system of a game. The game uses UNIX time as a measure of time. I need to put the minor times first in ascending order, but as UNIX time includes date as well,…