Search found 1 match
- Thu Aug 10, 2006 10:50 am
- Forum: PHP - Code
- Topic: eval problem
- Replies: 1
- Views: 329
eval problem
Hi, The following code intends to cycle through a two dimensional representation of a database recordset and create an array for every column with the array name being the name of the column... foreach ($this->results as $row_n => $row) { foreach ($row as $column => $value) { $evalcode = '$this->' ....