in reply to Re: creating a SQL statement from an arrayin thread creating a SQL statement from an array
name -> 0<br> site_type -> 1<br> location -> 2<br> mapref -> 3<br> [download]
$array_ref = $sth->fetchall_arrayref( [0, 2] ); [download]