On Sat, 28 Nov 2020 at 16:26, Kamil Tekiela wrote:
> I would like to hear your opinions about the following page in the PHP
> manual:
> https://www.php.net/manual/en/mysqli.examples-basic.php
Oh, wow, I didn't expect to find this on the PHP website:
$aid = (int) $_GET['aid'];
> ...
> $sql = "
Hi Internals,
I would like to hear your opinions about the following page in the PHP manual:
https://www.php.net/manual/en/mysqli.examples-basic.php
Currently, this is the only "example" apart from the quick start
guide. There is a whole section
https://www.php.net/manual/en/mysqli.examples.php w
Hi,
>
> Can anybody tell me why multiple resultsets are not (yet) supported by
> the mysqli extension in the php 5.0.0 source? Is it just a matter of
> time before the mysql_more_results and mysql_next_result are available
> or is there a more serious problem?
the current implementation for mult
Arjen de Rijke wrote:
Hello,
Can anybody tell me why multiple resultsets are not (yet) supported by
the mysqli extension in the php 5.0.0 source? Is it just a matter of
time before the mysql_more_results and mysql_next_result are available
or is there a more serious problem?
Arjen de Rijke
H
Hello,
Can anybody tell me why multiple resultsets are not (yet) supported by
the mysqli extension in the php 5.0.0 source? Is it just a matter of
time before the mysql_more_results and mysql_next_result are available
or is there a more serious problem?
Arjen de Rijke
--
PHP Internals - PHP R