On 2010-11-26, at 7:46 PM, "None" <abcdef...@mailinator.com> wrote:

> ?Could be a silly question, but i can't find a method to use placeholder 
> (MySqli) without passing by reference (bind_param) or receive by reference 
> (bind_result)? is that right? I really hate use reference becouse in large 
> program is common create a circular reference, even in multiple query with 
> same data i lost the information after first query so i need to clean an 
> refill at every step.
> 
> I prefer functions like MySql or DBI.
> 
> Do you think it will be implemented, function like param, param_array, 
> fetch_assoc, fetch_all_assoc, etc. where is the correct place to ask for this 
> method? here?
> 
> Thank for your advice
> 
> 
> 
> -- 
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 

Look at the prepared statements section of mysqli.

Bastien Koert
Sent from my iPhone
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to