Posts by Sergio Bentes • 35 points
3 posts
-
0
votes1
answer163
viewsQ: How to store a JWT Token in a simple method and redirect to another page?
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta…
-
1
votes1
answer242
viewsQ: Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 6295552 bytes) in C: xampp htdocs Crawler temperature.php on line 11
<?php require_once 'simple_html_dom.php'; class temperatura { public function __construct(){ $this->getTemperatura('https://www.tempoagora.com.br/previsao-do-tempo/pe/Petrolina/'); } public…
phpasked Sergio Bentes 35 -
1
votes1
answer140
viewsQ: How to copy class values to another class in Javascript?
<!DOCTYPE html> <html lang="en" dir="ltr"> <head> <meta charset="utf-8"> <title>Protipo Software de Evento</title> <link rel="stylesheet" type="text/css"…