Posts by Leônidas Roberto • 24 points
3 posts
-
-1
votes1
answer28
viewsA: PHP returning parse error syntax
Your '< br >' has to be inside the echo quotes. Get like this oh: BASIC PHP TEST <?php header("Content-Type: text/html; charset=ISO-8859-1", true); //meus dados $nome = "Marcos Antônio";…
phpanswered Leônidas Roberto 24 -
0
votes1
answer86
viewsA: taking a JSON and transforming it into an Object within HTML
Hi, Lukas. Tries to replace: //var objJson = JSON.parse(document.getElementById("in").innerHTML); //motivo do erro, ele para o funcionamento aqui for: var objJson = JSON.parse(strJson); Hug!…
-
0
votes1
answer71
viewsQ: How to open Webview in the last URL accessed
I’m making a web app with just one nick login. Every time someone opens the app, they only enter the variable url where the page asks for the nickname, but I wanted it to save the last URL to access…