Posts by André Nascimento • 1,258 points
107 posts
-
5
votes3
answers4489
viewsQ: Like "startar" a Node server?
I installed Node, created the environment variable (NODE_ENV) speed value. When I installed and configured, I printed out a arquivo.js with hellow world and it worked. Today, I want to start the…
-
7
votes5
answers1500
viewsQ: Keep displaying the date and time in the javascript browser
Hello. I want to display the date and time on the page. For this, I started doing the small test to display a countdown: var tempo=60; function session(time) { time=this.tempo; if (this.tempo>0)…
javascriptasked André Nascimento 1,258 -
5
votes4
answers9200
viewsQ: Query using like operator
In a query in the database I inform the keywords, the month and the year. I want to get the data according to the keywords, the month and the year. For example: the word school on date 2015-08. For…
sqlasked André Nascimento 1,258 -
-1
votes3
answers763
viewsQ: Configure angular with php server
I need to configure the angular to send data to php? I noticed in the file: C: wamp www angular bower_components angular.js has server settings, methods, etc.
-
0
votes3
answers5783
viewsA: How to avoid duplicate registration in a php form
I would remove the parentheses after Where: Variables are different. You use $duperaw and $duberaw. Check now with the changes: $dupesql = "SELECT email FROM formulario where email = '$email'";…
-
-5
votes3
answers31270
viewsA: Format mask for CNPJ
@Sergio Hello. There’s no global variable. Here’s an example, you can make changes if you don’t answer it. Where you have "Cpf points", I put "space". obj = o; //variavel recebe o// fun = f;…
-
4
votes3
answers729
viewsQ: Print vector data in a struct
I want to do a birth-date registration system. The final question is: as I print the birthday: 1/12/1990, 12/2/1977, 13/09/1999 and 19/04/1987. Would be the examples of the printing of dates, but I…