Ok,I got it:
function seek( $result, $row )
{
mysql_data_seek( $result, $row );
return $this->row( $result );
}
instead of:
function seek( $result, $row )
{
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
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
Just wanna test,if this works...;)
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php