Get ID return array

Kijowski

New Member
Hello. I'm new on this forum.
I try merge value from mysql to doc. I'm able to do this, but I have one problem- to get list row ID or rows ID. I try code:

<?php
$app = JFactory::getApplication();
$idd = $app->input->get('ids', array(), 'array');
$statusMsg = ($idd);
?>

or code:

<?php
$app = JFactory::getApplication();
$idd = JRequest::getVar('ids', array());
$statusMsg = ($idd);
?>

but allways it return message: "array".
Where is the problem?

Sorry for my English, i'm from Poland :)
 

Attachments

  • fabrik list.png
    fabrik list.png
    34.2 KB · Views: 40
Optionally, can I get other variables than id? I want to get variables from table: "zlecenia", element: "numerwarunkow" for one or all selected rows.
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top