Re: [PHP-DB] data_seek and fetch_row

2002-10-28 Thread V919V
Ok,I got it: function seek( $result, $row ) { mysql_data_seek( $result, $row ); return $this->row( $result ); } instead of: function seek( $result, $row ) {

Re: [PHP-DB] data_seek and fetch_row

2002-10-28 Thread V919V
Yeah,it returns "Resource id #2".My whole wrapper works,except of this function ;) Hmm...I tried this: function seek( $result, $row ) { $result = mysql_data_seek( $result, $row ); print "".$result; return $this->r

[PHP-DB] data_seek and fetch_row

2002-10-28 Thread V919V
Hi, I got a query and I want to jump through the results.Here's my query: $various_query = $db->query( "SELECT int_param5, char_param1, is_admin_pass

[PHP-DB] testing

2002-10-28 Thread V919V
Just wanna test,if this works...;) -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php