Re: [PHP-DB] array in db field - actual array

2001-09-13 Thread brendan
of the array you could use eval(str_replace($array,$newarray,$row_from_query)); HTH Dobromir Velev -Original Message- From: brendan [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Thursday, September 13, 2001 2:20 PM Subject: [PHP-DB] array in db field - actual array hi

[PHP-DB] Array processing for Oracle

2001-07-08 Thread snpe
Hello, When will array processing for Oracle fetch be out ? regards -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP-DB] array awry

2001-02-27 Thread CC Zona
In article 061201c0a063$08eab5a0$[EMAIL PROTECTED], [EMAIL PROTECTED] ("Keith Spiller") wrote: This associative array embedded within a function and declared as a global at the start of the function, is meant to be a multidimensional array, but with every loop of the while ($myrow = mysql

RE: [PHP-DB] array awry

2001-02-27 Thread Rick Emery
. Emery IT Sr. Project Manager "There is no 'trying'... There is only 'Do' or 'Not Do' " -Original Message- From: Cal Evans [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 27, 2001 6:50 AM To: Keith Spiller Cc: [EMAIL PROTECTED] Subject: RE: [PHP-DB] array awry Hi Keith, 1: D

[PHP-DB] array awry

2001-02-26 Thread Keith Spiller
This associative array embedded within a function and declared as a global at the start of the function, is meant to be a multidimensional array, but with every loop of the while ($myrow = mysql_fetch_row($result)) statement, it's previous values are replaced by the new ones. Any ideas on how

[PHP-DB] Array element as object.

2001-02-20 Thread JJeffman
I've already made an object which had a property that was an array. Now I need to have an array that can hold objects as its elements is It possible ? I didn't get it the expression array[$i]-Object gave me syntax error. Any tips ? []'s Jayme. http://www.conex.com.br/jjeffman -- PHP

<    1   2