Re: [PHP-DEV] MySQLi extension basic examples

2020-12-03 Thread Craig Francis
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 = "

[PHP-DEV] MySQLi extension basic examples

2020-11-28 Thread Kamil Tekiela
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

Re: [PHP-DEV] mysqli extension

2003-11-07 Thread Georg Richter
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

Re: [PHP-DEV] mysqli extension

2003-11-06 Thread Andrey Hristov
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

[PHP-DEV] mysqli extension

2003-11-06 Thread Arjen de Rijke
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