Re: [PHP] Mysqli issue

2008-09-11 Thread Chris
Jason Pruim wrote: No political undertones in this one I promise! :) Attempting to setup a prepared statement in php that will update a record in a mysql database using mysqli Here is the relevant code: $stmt = mysqli_stmt_init($link); mysqli_stmt_prepare($stmt, "UPDATE purl.schreur (

Re: [PHP] Mysqli issue

2008-09-11 Thread Andrew Ballard
On Thu, Sep 11, 2008 at 12:08 PM, Jason Pruim <[EMAIL PROTECTED]> wrote: > > On Sep 11, 2008, at 11:23 AM, Stut wrote: > >> On 11 Sep 2008, at 16:15, Jason Pruim wrote: >>> >>> Attempting to setup a prepared statement in php that will update a record >>> in a mysql database using mysqli >>> >>> Her

Re: [PHP] Mysqli issue

2008-09-11 Thread Stut
On 11 Sep 2008, at 17:08, Jason Pruim wrote: On Sep 11, 2008, at 11:23 AM, Stut wrote: On 11 Sep 2008, at 16:15, Jason Pruim wrote: Attempting to setup a prepared statement in php that will update a record in a mysql database using mysqli Here is the relevant code: $stmt = mysqli_s

Re: [PHP] Mysqli issue

2008-09-11 Thread Jason Pruim
On Sep 11, 2008, at 11:23 AM, Stut wrote: On 11 Sep 2008, at 16:15, Jason Pruim wrote: Attempting to setup a prepared statement in php that will update a record in a mysql database using mysqli Here is the relevant code: $stmt = mysqli_stmt_init($link); mysqli_stmt_prepare($stmt, "

Re: [PHP] Mysqli issue

2008-09-11 Thread Wolf
> >> Attempting to setup a prepared statement in php that will update a > >> record in a mysql database using mysqli > >> > >> Here is the relevant code: > >>$stmt = mysqli_stmt_init($link); > >>mysqli_stmt_prepare($stmt, "UPDATE purl.schreur (FName, LName, > >> email, > >> phone, record

Re: [PHP] Mysqli issue

2008-09-11 Thread Stut
On 11 Sep 2008, at 16:29, Wolf wrote: Jason Pruim <[EMAIL PROTECTED]> wrote: No political undertones in this one I promise! :) Attempting to setup a prepared statement in php that will update a record in a mysql database using mysqli Here is the relevant code: $stmt = mysqli_stmt_

Re: [PHP] Mysqli issue

2008-09-11 Thread Jason Pruim
On Sep 11, 2008, at 11:29 AM, Wolf wrote: Jason Pruim <[EMAIL PROTECTED]> wrote: No political undertones in this one I promise! :) Attempting to setup a prepared statement in php that will update a record in a mysql database using mysqli Here is the relevant code: $stmt = mysqli

Re: [PHP] Mysqli issue

2008-09-11 Thread Wolf
Jason Pruim <[EMAIL PROTECTED]> wrote: > No political undertones in this one I promise! :) > > Attempting to setup a prepared statement in php that will update a > record in a mysql database using mysqli > > Here is the relevant code: > $stmt = mysqli_stmt_init($link); > mysql

Re: [PHP] Mysqli issue

2008-09-11 Thread Stut
On 11 Sep 2008, at 16:15, Jason Pruim wrote: Attempting to setup a prepared statement in php that will update a record in a mysql database using mysqli Here is the relevant code: $stmt = mysqli_stmt_init($link); mysqli_stmt_prepare($stmt, "UPDATE purl.schreur (FName, LName, email, p