while (ora_fetch_into($curs, &$row1)){
explode($row1);
echo "$NAME now = ".$rowl[1];
(I think the function is explode, if not I'm sure it begins with an e, if
that helps... ;-)
"Tom Mathews" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> In MySQL, you can
In MySQL, you can run something like this: -
while ($row1=mysql_fetch_array($result_set)){
$name=$row1[Column1];
$desc=$row1[Column3];
echo"$name$desc";
Does anyone know a way of doing the same with oracle - by which I mean
refering to the columns in the array by name rather than by index (ie