how to do server side scripting by using mongoDB

how to do server side scripting by using mongoDB

SandeepMuralaSandeepMurala Posts: 48Questions: 13Answers: 0
edited December 2021 in General

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

  • SandeepMuralaSandeepMurala Posts: 48Questions: 13Answers: 0

    Could any one help on it please ?

  • colincolin Posts: 15,112Questions: 1Answers: 2,583

    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

  • SandeepMuralaSandeepMurala Posts: 48Questions: 13Answers: 0

    @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

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin

    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

Sign In or Register to comment.