in performance ... but I
think not even this is given with the new extension.
Sorry, but I have not seen much of the "improved" in the functions
(beside OOP ^^).
Best Regards, Ulrich
chris smith schrieb:
On 7/1/06, gg15 <[EMAIL PROTECTED]> wrote:
I wanted to use the prepar
I wanted to use the prepared statements of mysqli, but the following
problem occured:
If I just use one parameter everything works fine
$prep = $this->mysqli->prepare('INSERT INTO guestbook (Von, Datum)
VALUES (?, NOW())');
$prep->bind_param('s', $this->Von);
but if I try to use two
$prep = $
2 matches
Mail list logo