No it is not empty. But I think I found the bug in the bugtracker...
http://bugs.php.net/bug.php?id=31037
Sorry, but with such a bug in the feature nobody can use it. Even if I
am able to fix it on my local machine (but actually I was not able to do
so until now), whats about my webspace? Mayb
On 7/1/06, gg15 <[EMAIL PROTECTED]> wrote:
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-
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 = $
3 matches
Mail list logo