[PHP] Re: [PEAR] PEAR DB & PAGER & array_push

2004-11-14 Thread Lorenzo Alberton
[EMAIL PROTECTED] wrote: Salut! is there a good way to present data from table (many fields / not only one) into $itemData instead of array_push (line 12 .. 16) ? == $db= DB::connect("mysql://valerie:@localhost/valerie"); $query = 'SELECT id, name FROM count

RE: [PHP] Re: [PEAR] PEAR

2002-04-03 Thread Maxim Maletsky
Begins) [EMAIL PROTECTED] www.phpbeginner.com > -Original Message- > From: Georgie Casey [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 04, 2002 1:24 AM > To: [EMAIL PROTECTED] > Subject: [PHP] Re: [PEAR] PEAR > > oh, i thought there was supposed to be some software

[PHP] Re: [PEAR] PEAR

2002-04-03 Thread Georgie Casey
oh, i thought there was supposed to be some software or stuff in the pear directory (which doesnt exist) so i just create one and put the package i downloaded into it, then add the line to php.ini and use it in my scripts. dats it? and i need no permissions to use the stuff on the server? i dont

[PHP] Re: [PEAR] PEAR

2002-04-03 Thread Martin Jansen
On Wed, 3 Apr 2002 20:12:46 +0100, Georgie Casey wrote: >The sites documentation is crap compared to PHP. I love to hear people critizing constructively. >what is it and how do i install it on my windows system? Add the directory, where your PEAR code is located (e.g. c:\php4\pear), to includ

[PHP] Re: [PEAR] PEAR Versions

2001-05-08 Thread Stig Sæther Bakken
[Michael Stearne <[EMAIL PROTECTED]>] > I have a version of PEAR installed now with 4.0.3pl1. I need some > of the newer versions of the functions that have been added since > then. I need mysql's afftedRows for instance. I see in the 4.0.5 of > PEAR that was given with 4.0.5 that some func

[PHP] Re: [PEAR] PEAR/DB: Random row from result set

2001-04-24 Thread Sebastian Bergmann
"Tomas V.V.Cox" wrote: > $row = $db_result->fetchRow($fetchmode, $row_number_to_fetch); Thanks. > This feature is unsupported in oci8 and ibase :-( As of now, I can live with that. -- sebastian bergmann[EMAIL PROTECTED] h