how to do server side scripting by using mongoDB
how to do server side scripting by using mongoDB
SandeepMurala
Posts: 48Questions: 13Answers: 0
Hi every one ,
I have done server side scripting by using MySQL database,
Now we have moved to mongodb database , i am new to mongodb so i want to do server side scripting for datatable by using mongodb .
Could any one help on it how can i do this one ?
That will so helpful for me.
Thanks
Sandeep
Answers
Could any one help on it please ?
We don't provide MongoDB integration, but there are resources on the internet that would be worth searching for - such as this example here,
Colin
@colin ,thanks for your replay and your time ,
I went through your reference and in that there is a file called ajax.php, but that file is not existing in that link.
Do have any idea how can I get that ajax.php file ?
help on it please.
Thanks
Sandeep
Hi Sandeep,
The
ajax.php
file looks like it is for the CRUD operations on the table (delete user, etc). The owner of that repo hasn't posted that file, but it appears to be superfluous to just interfacing with MongoDB. Their script for that is here.Allan