[nodejs] how to post the register form data to database

2012-11-19 Thread cherry
i've register form in html and i'm using ejs as the view engine for express and mongoskin . how can i post my register form data to database . can u help me plz. -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You

Re: [nodejs] how to post the register form data to database

2012-11-19 Thread Ryan Schmidt
On Nov 19, 2012, at 00:51, cherry wrote: > i've register form in html and i'm using ejs as the view engine for express > and mongoskin . how can i post my register form data to database . can u help > me plz. This seems like the kind of question that could probably be answered by reading the