select multiple rows and send

select multiple rows and send

KaoruKaoru Posts: 3Questions: 3Answers: 0

I want to select multiple rows and send the information by mail with php. I would like to see a sample code.

Answers

  • colincolin Posts: 15,237Questions: 1Answers: 2,599

    This example shows you how to use Select extension to select multuple rows, and the API usage to get the details of the selected rows.

    You would then need to issue an Ajax call to send that data to a server.

    Colin

This discussion has been closed.