0

I have a working SSP columns result, What I want to do is to send the result from a column to a php function and then render this new result to my datatable. But it comes up empty. How do I go about this.

See below for my columndef code


             {
                  render: function (data, type, row, meta) {
        return ("<?php echo fill_run($connect,row[2]); ?>"
        );
      },
                    "targets": 11,
                }, 
Fash
  • 1
  • 1
  • Does this answer your question? [What is the difference between client-side and server-side programming?](https://stackoverflow.com/questions/13840429/what-is-the-difference-between-client-side-and-server-side-programming) – mark_b May 30 '22 at 08:57

0 Answers0