Posts by Kleber Germano • 111 points
6 posts
-
1
votes0
answers938
viewsQ: Is it possible to run a Javascript file and have the output on the Node.js console inside the Visual Studio IDE 2019?
Is it possible in Visual Studio IDE 2019 to run a javascript file and get the output from the Node.js console that is inside Visual Studio? how Visual Studio Code has the Node extension called "Node…
-
0
votes1
answer41
viewsA: htaccess is not targeting HTTPS without WWW
I asked the same question the gringo Stack and found the answer follows the link if anyone needs https://stackoverflow.com/questions/57569722/htaccess-redirect-without-www-to-https-doesnt-work…
-
-1
votes1
answer41
viewsQ: htaccess is not targeting HTTPS without WWW
I’m trying to direct the domain to https://com. htaccess but the address typed without using www ex: "meudominio.com.br" is not redirecting, leaving the domain at http:// common, I wonder what’s…
-
0
votes1
answer181
viewsA: Pass Javascript variable to Global Scope variable in PHP
In case someone else has the same problem the solution really was to store in a php session, in case I used to store the screen size of the user taking via Jquery and sending via post by Ajax on the…
-
0
votes1
answer181
viewsQ: Pass Javascript variable to Global Scope variable in PHP
How do I pass a Javascript/Jquery variable to a Global Scope variable in PHP? recently I needed a global scope variable in PHP to receive a javascript value, this variable would be used later on…
-
0
votes0
answers78
viewsQ: cakephp 3.3 links are receiving the "var/www/html" url
I’m having the following problem, in implementing the site all links that were generated by cakephp functions like: <?= $this->Html->image('logo.png', ['url'=>'/', 'id'=>'logo'])…