Posts by Guilherme Assemany • 152 points
4 posts
-
1
votes1
answer34
viewsA: Redeem value from a string in an array
Hello! to get the value you need to access the keys of the array. Assume that the $array variable is where the value of the array above is stored. In this case: $checkoutUrl =…
-
2
votes1
answer1203
viewsA: What is the best method to log in to android and webservice php Restful?
Hello! To do the check you can yes send the user credentials as you are doing(it has to be https), and as you will use on mobile, I believe it is more appropriate to work with JSON Web Tokens (JWT)…
-
-1
votes1
answer910
viewsA: Update div with PHP return after Ajax request
So I tried to understand what you wanted and I came to this. If it’s not exactly that, let’s try to solve it another way! //Primeira chamada AJAX function show_login_client_enter(id){ $.ajax({ type:…
-
0
votes1
answer358
viewsA: Small Back Office
Hello! It is indicated to store in the database the path/reference to the file. Once stored in your href, you can place the contents of the attached column and it will already be linked to your…