--- Bastien Koert <[EMAIL PROTECTED]> wrote:

> I prefer to assign the db values to loca variables
> to ensure that I am 
> sending out exactly what I need to.
> 


Well the binding is one where clause that pulls the
correct record for the transaction.  Following what
you are saying, how does that actually look ?
Maybe something like this 

$myvar = select field from table where id = 2 ?

Something as simple as that perhaps ?

Stuart

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to