am trying my best and I sure would apreciate your help.
>
>Thx Guyz.
--
Florian Clever
[EMAIL PROTECTED]
http://www.Clever-Software-Solutions.de/
PGP Key @ ldap://certserver.pgp.net/
The Heineken Uncertainty Principle: You can never be sure how many beers
you had last night.
--
PHP
nual
Florian
"Asendorf, John" <[EMAIL PROTECTED]>
05.04.01 14:19
An: Florian Clever <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Kopie:
Thema: RE: [PHP-WIN] Oracle record counting
It's a bit long... and it's bastardized in that there are
-
John Asendorf - [EMAIL PROTECTED]
Web Applications Developer
http://www.lcounty.com - NEW FEATURES ADDED DAILY!
Licking County, Ohio, USA
740-349-3631
Aut insanit homo, aut versus facit
--
Florian Clever
[EMAIL PROTECTED]
http://www.Clever-Software-Solutions.de/
PGP Key @ ldap
Hi,
basically OCIFetchStatement fetches the complete results of your SELECT
into an array. Suppose you have the following SQL:
SELECT firstname, lastname, emp_id from employees
now your $results array will look like this:
$results["firstname"][0]="Florian"
$results[&quo
gt; > >> Pablo
> > > >> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
> > > >>
> > > >> Monday, February 05, 2001, 3:03:21 PM, John wrote:
> > > >>
> > > >> AJ> I've got a web form that might have som