in reply to Re: sql join with multiple select
in thread sql join with multiple select
its typing error. was tired. but its like this
$data->execute($janedeo_id); $datainfo = $data->fetchall_arrayref(); while (my $row = $data->fetchrow_hashref) { foreach $row ( @$data) { ($userid, $snd_FNAME, $snd_LNAME) = @$data; } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: sql join with multiple select
by poj (Abbot) on Oct 04, 2018 at 12:18 UTC | |
by bigup401 (Pilgrim) on Oct 04, 2018 at 14:01 UTC | |
by poj (Abbot) on Oct 04, 2018 at 14:28 UTC | |
by bigup401 (Pilgrim) on Oct 04, 2018 at 15:06 UTC | |
by bigup401 (Pilgrim) on Oct 04, 2018 at 16:05 UTC | |
by poj (Abbot) on Oct 04, 2018 at 17:00 UTC | |
| |
by marto (Cardinal) on Oct 04, 2018 at 14:32 UTC | |
by bigup401 (Pilgrim) on Oct 04, 2018 at 14:49 UTC | |
by poj (Abbot) on Oct 04, 2018 at 15:22 UTC | |
|