Posts by Shintaro Ryoushi • 11 points
2 posts
-
1
votes0
answers247
viewsQ: Node.js unhandled 'error' Event
'use strict' const http = require('http'); http.get({ hostname: 'localhost', path: '/user?name=jv&jovem=true&agr=19', port: 3000, agent: false }, function(response) { let body = "";…
-
-4
votes1
answer155
viewsQ: php Fatal error: Cannot use Object PHPMAILER of type as array
I’m having trouble sending an email. Code <?php #inclui a classe PHPMAILER include("phpmailer/class.phpmailer.php"); //pasta em que a classe se encontra #instancia o objeto $mail = new…