This topic is locked

Veiw selected items

4/4/2010 6:25:00 PM
PHPRunner General questions
K
ke5rs author

Hello Group,

I am using PHPRunner ver 4.2

I have added check boxs on my list page

My list page has 5 records per row

On my list html template I have added the lines to add check boxes

"<input type=checkbox name="selection[]" value="{$row.xkeyblock}" id="check{$row.xrecno}">" where the little 'x' represents the column 1 thru 5.

I basically copied code what is used in deleting checked items which I do not use delete on the list page anyway.

I would like some help with more html and php code if possible to allow users to select only the items they like to be displayed for comparing side by side.

Thank you

John