01-06-2010, 11:00 PM
[eluser]maria clara[/eluser]
@saidai jagan,
i already solved my problem regarding this.
i put this:
and the PHP error doesn't occur anymore.
thanks to saidai jagan,
regards,
maria
@saidai jagan,
i already solved my problem regarding this.
i put this:
Code:
print_r($rows);
foreach ($rows as $row)
{
$rdata = explode('|', $row);
$data['user_id'] = $id;
$data['company_id'] = $rdata[3];
$this->db->insert('sec_companyaccess', $data);
}
and the PHP error doesn't occur anymore.
thanks to saidai jagan,
regards,
maria
