15 Reputation Points
Ranked #2K
- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
100% Quality Score
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
0 Endorsements
Ranked #44.2K
~606 People Reached
- Interests
- Computers,Cartoons,Cars,Bikes
Favorite Forums
Favorite Tags
var mysqlstore = require('express-mysql-sessiion'); var app = module.exports = express(); var express = require('express'); var session = require('express-session'); var bodyParser = require('body-parser'); var path = require('path'); var connection = mysql.createConnection({ host:'localhost', user:'root', password:'', databse:'mam_login' }); var app = express(); Good day all My code is giving me error: "can not … | |
Re: It would have been very interesting to see an attempt on answering the above | |
I would like to develop an attendence regiater for my company. i would like to use,Mongodatabase,node.js and javasscript am i the register should the availble on an link. am i in the right track |