When you are told to fill in fuel and turn the key to drive, I suppose
you don't care how the fuel runs the car. Do the same things in any lib
you use, pushing the "buttons" in told order would  work. Well, you may
dig deeper if you like since the code is available.

Alex Shi wrote:
> 
> Yesterday I posted a question yet got response. The question
> is regarding to how Query works. Now I repost it in a more
> specific way.
> 
> I am just wondering how MySQL API functions work. Let's look
> at following two functions:
> 
> 1. mysql_query(),
> 2. mysql_fetch_array()
> 
> To my understanding, mysql_query() will definately to its job with
> MySQL server. But how about the latter? Does it just fetch data
> from client/local buffer, which is previously put in by mysql_query(),
> or still has to goto server side to fetch data?
> 
> Alex
> 
> ---------------------------------------------------------------------
> Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
> 
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail <[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to