Re: mysqli --- who does the switching? [message #182009 is a reply to message #182005] |
Sat, 29 June 2013 03:02 |
Scott Johnson
Messages: 196 Registered: January 2012
Karma:
|
Senior Member |
|
|
On 6/28/2013 6:54 PM, richard wrote:
> On Fri, 28 Jun 2013 18:36:42 -0700, Scott Johnson wrote:
<snip>
>
> Or would this be the more proper way of doing mysql_query()?
>
> http://www.php.net/manual/en/mysqli-result.data-seek.php
>
I have not used data_seek but it just seems like a way to place a
pointer in the result set. Not 100% since I just glanced at it.
Look at the fecth_???? methods but with the mysqli_query not the
mysql_query. The (i) is the key.
And if you have issues getting it to work just throw the code you are
using up here and I am sure someone can help since you are updating your
code.
|
|
|