Posts by Cícero Alves • 71 points
14 posts
-
0
votes0
answers96
viewsQ: Persist json file information in Database
I would like some help with a question related to nodejs. I am trying to save information I receive from a local json file to the database. this file brings me several objects, and what I need to do…
-
0
votes0
answers26
viewsQ: RECURSIVELY INCLUDE CONTROLLERS IN NODE.JS AND EXPRESS
I’d like to know how to import all controllers from a project automatically. below I leave an old code I found on the internet that shows how to do // routes/index.js var fs = require('fs'),…
-
0
votes0
answers139
viewsQ: Checkbox - Display content according to active option (clicked)
I’m trying to display certain content according to the selected checkbox, until this step everything ok, I managed to get the content to be displayed. Now comes the second part which is where I am…
-
0
votes1
answer113
viewsQ: Language used by a VMIX application title designer
What language is used to work with Title Designer? This title works with an application that I use in my daily life at work. If possible any book that serves as a reference for study of it. Code…
-
0
votes1
answer40
viewsQ: Syntax error - URL return
Hello, everybody I am with a new problem, I am a few hours trying to identify the syntax error below: Code: <?php session_start(); @$usuario = $_SESSION["usuario"]; @$senha = $_SESSION["senha"];…
phpasked Cícero Alves 71 -
1
votes2
answers1306
viewsQ: How to create view password option typed in form
I am creating a page to login and access the administrative area of a site. All this is being done in PHP, but I am wanting to create a stop that I saw on some sites that is the option to see the…
-
0
votes2
answers112
viewsA: Responsive Site
Unfortunately the solution that Givanildo gave me didn’t work for me. So what I did. It was the following: I cloned the class footer-align which is one of the classes in my first column, I put the…
-
0
votes2
answers112
viewsQ: Responsive Site
The thing is, I’m having a hard time modifying a footer on my website. I’m using Bostrap to style the site, but wanted to leave the radapé in two columns on mobile devices. The structure of my…
-
0
votes1
answer135
viewsA: SQL - Import data from a file
I did, I did the following process: I first created the table: 'cad_client' After that I clicked SQL and pasted the following code: CREATE TABLE `cad_cliente` ( `cd_cliente` int(10) NOT NULL…
-
0
votes1
answer135
viewsQ: SQL - Import data from a file
Hello, friends as they are? Good I am facing a problem to import a previously created table: The following return message when I try to import into Mysql: Static analysis: 3 errors Were found During…
-
1
votes1
answer2235
viewsQ: How do I resolve the "git clone problem with the ssl CA cert" error?
I am trying to install SSL Let’s Encrypt, using certbot, I am using the following command: git clone https://github.com/certbot/certbot But the following message returns: fatal: Unable to access…
-
0
votes0
answers92
viewsQ: SSL Certificate - How to set up on the Server
Good afternoon I am trying to activate the security certificate on my website. I already put the files: I’ve done all the processes to generate the log files this is all ok. I put the records inside…
-
0
votes1
answer63
viewsQ: Filter dates when user entered our system
I am trying to filter the dates when users connect to my system. Have a however, first need to filter so there are no duplicate users. I’m already doing it using the argument DISTINCT in my query,…
-
2
votes1
answer46
viewsQ: SQL Search - Results not duplicated
I am wanting to return a database query without repeated data. The table is called Wps_history and contains the following columns: id user_id adm_user_id type user lancamento data valor saldo reason…