Posts by Amanda Pistolato • 55 points
4 posts
-
0
votes2
answers625
viewsQ: Phonegap: How to save an image taken and transformed into Base64 in the Bank?
I take a photo with an android application and turn into Base64, I would like to know how to save this Base64 in the bank along with other information I have on the page... This is my code that…
-
0
votes1
answer701
viewsQ: Pick up last generated ID in Insert, return to ajax function and send to another page
I am making a program and on the first page insert a series of values typed by the user in the bank and Gero a id. After that I would like to return the value to the AJAX function and redirect to…
-
1
votes3
answers561
viewsQ: AJAX: Send value to php file, query using this value, and returnate a Json array
Can anyone help me with this code? Why doesn’t it work? I am trying to send a value received by a form to a php file, use this value in my SQL query searching for records that contain this value,…
-
2
votes3
answers1751
viewsQ: Receive Json array and insert into a loop with HTML
Good evening, I’m using phonegap to make an app and then I get the following problem: I have this code in HTML: <div class="content"> <article class="underline"> <a…