Posts by Golpian • 11 points
7 posts
-
0
votes0
answers33
viewsQ: Ajax does not run on Chrome and IE
The code below does not run on IE and Chrome, error in xhttp.send(), but Mozilla works. What happens? <!DOCTYPE html> <html> <body> <div id="demo"> <h2>The…
-
1
votes3
answers878
viewsQ: How to Get JSON Data
Guys I made a list in JSON with the name of lista_json.js and put it in the head HTML, but I’d like to take it from body, codes work on the console but I can’t print on the screen, which I’m doing…
-
0
votes2
answers51
viewsQ: Place css images in mediaqueries
Guys I’m developing a site in bootstrap and when putting the logo it only works in html and not css, but what I find strange is that only the logo no funf, already all styles this good! html file…
-
0
votes0
answers32
views -
0
votes0
answers48
viewsQ: Call to a Member Function prepare() on a non-object in /var/www/studies/studyCRUD/classes/client.php l on line 24
object try { $conexao = new PDO("mysql:host=localhost;dbname=estudos", "root", ""); }catch(PDOExeption $e) { die ("não foi possovem conectar " . $e->getCode() . ": " . $e->getMessage()); }…
-
0
votes1
answer37
viewsQ: enable rewrite on Linux
Guys I’m trying to enable rewrite in linux ubunto and I’m not getting, it’s different from windows WAMP, someone give me a way? I made this code but it doesn’t work! RewriteEngine on RewriteCond…
-
-1
votes6
answers896
viewsA: Rewrite and close array of a file
Actually I found the question a little confusing, but I’ll start, try the following: $array=array ('DB_TYPE' => 'mysql', 'PASS'=>'123', 'USER'=>'root'); here changes the value:…