inson
-Original Message-
From: Bruce Weirdan
Sent: Monday, November 25, 2019 5:41 PM
To: Joel Hutchinson
Cc: internals@lists.php.net
Subject: Re: [PHP-DEV] mysqli needs a method to bind a single parameter
On Mon, Nov 25, 2019 at 8:06 PM Joel Hutchinson
wrote:
> This proposal would l
On Mon, Nov 25, 2019 at 8:06 PM Joel Hutchinson
wrote:
> This proposal would leave the previous mysqli_stmt_bind_param mostly
> untouched. Instead, the two could be used in tandem
> $sql = 'SELECT name FROM db.customer WHERE record_id = ? AND shipping_zip =
> ?';
> if(isset($_GET['zip'])) $sql