Posts by Carlos Magalhães • 25 points
4 posts
-
0
votes0
answers18
viewsQ: Php protocol HTTPS page does not redirect
Good afternoon! I have a problem, when the login expires the page is empty and the command header("location: login.html"); exit(); does not work. This only happens on the site with HTTPS. Someone…
-
-1
votes1
answer48
viewsQ: Javascript array
People would like to know how to search an image instead of color in this javascript array below Instead: <script> array var arrDados = [{title: "Dados 1", value: 1, **color**: "#fe4400"}]…
-
0
votes4
answers880
viewsA: Why is it not advisable to use PHP codes in the same HTML document?
Correct. PHP files, worth mentioning, requires a lot of server. The ideal is to build your entire project in html, ajax and jquery, requesting PHP that is located externally, in another folder. This…
-
1
votes0
answers55
viewsQ: phonegap pass conate list to mysql
I’m trying to get the contact list from mobile phone and send through ajax and php to mysql. This is the code I’m using: document.addEventListener("deviceready", onDeviceReady, false); function…