Posts by Matheus Alves • 23 points
6 posts
-
1
votes1
answer35
viewsQ: Group by records by date and user id
Good afternoon! I have a table like this: I need to perform a SELECT that counts how many records I have per month and year, but grouping together the "repeated" records...(Records repeated in this…
-
0
votes0
answers17
viewsQ: Default option "Other..." on a datalist, can you remove it?
Good morning! <datalist id="datalist"> <option value="08:00"></option> <option value="08:30"></option> <option value="09:00"></option> </datalist>…
-
0
votes0
answers26
viewsQ: New elements do not work a function - Jquery
Good afternoon! I don’t have much experience with jquery, so I’m having problems. I’m creating a new element when I click on a button. $('#tbody_6').append('<tr…
-
-1
votes2
answers115
viewsQ: Creating and Consuming a REST API
Good morning, I’m trying to create an API, to do a user and password validation, to use in Xamarin. But I am in doubt, if I want to search a user x and a password x in the database I should, pass…
-
0
votes0
answers73
viewsQ: PHP to Json, create Json file
So, I have a php program that created a connection to the database. Now I want to know, necessarily I need to convert this information from php to Json to use in Xamarin ? And if it’s really…
xamarinasked Matheus Alves 23 -
1
votes2
answers151
viewsQ: PHP API to use in Xamarin
I am creating an API to create the Mysql connection. Can I use PHP to create this API? Can I normally use this API on iOS? I’ve seen it in many places (example) that I can use this API for Android,…