This topic is locked

How to select all records

9/26/2012 5:43:52 AM
PHPRunner General questions
L
Luca author

Can I simulate with a button "select All" with checkboxes?


Thanks and Best Regards,

Luca

C
cgphp 9/26/2012
L
Luca author 10/15/2012

Thanks, but it is not easy for me that I'm starting now...
And If I want to send an email with all the items in the shoppingcart that are selected or without?
I use this function:

while ($data = $button -> getNextSelectedRecord())


But If I don't select the items the email is empty... I Want to send all items without select nothing; It's possible?
Thanks, and Best regards,

Luca