Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Can't get a value in my $variable
On Sun, 09 Apr 2006 16:42:48 +0200, Dave wrote:
> Hello everyone,
>
> I am trying to get the result of a query in a php variable
> I wander what's wrong with this code because I don't get a value in $val, I
> am sure my select is correct as it returns a value in SQL worksheet for
> instance.
$row=oci_fetch($stmt);
$val = $row[0];
-- http://www.mgogala.comReceived on Sun Apr 09 2006 - 15:21:45 CDT
![]() |
![]() |