DataTables - Editor + PHP

DataTables - Editor + PHP

gnux8gnux8 Posts: 30Questions: 4Answers: 0

Good Morning Colleagues,
I'm looking the following example

https://editor.datatables.net/examples/styling/bootstrap4

I would like to update a data in Mysql Server using PHP,

do you have an idea how to do that ?

Because the form to edit data is very nice,

thanks in advance and have nice day,
Andrea

Answers

  • colincolin Posts: 15,142Questions: 1Answers: 2,586

    Hi @gnux8 ,

    Yep, you need to use the Editor extension to get that. It would be worth reading the manual on how to install and to use, particularly the PHP section.

    Cheers,

    Colin

  • gnux8gnux8 Posts: 30Questions: 4Answers: 0

    Hi Colin, as usual I'll try to follow your indications :-) i'll let you know,

    br
    Andrea

  • gnux8gnux8 Posts: 30Questions: 4Answers: 0

    Which is the difference with the link that I've posted ? are very similar ...

  • gnux8gnux8 Posts: 30Questions: 4Answers: 0

    Hi @Colin, I've tried to follow the example

    https://editor.datatables.net/download/

    for PHP, I'm receving the following error the db credential are ok and I think to have follow all the steps correctly ...

    https://datatables.net/manual/tech-notes/7

    DataTables warning: table id=example - Ajax error. For more information about this error, please see http://datatables.net/tn/7

    Can you help me ?

    thanks
    Andrea

  • gnux8gnux8 Posts: 30Questions: 4Answers: 0

    basically I would like to edit data that are stored into PHP server , but before i would like to have running the examples ...

  • colincolin Posts: 15,142Questions: 1Answers: 2,586

    Hi @gnux8 ,

    Have you followed the steps in that tech note link you just sent? That's the best place to start.

    Cheers,

    Colin

This discussion has been closed.