Re: Prepared Statements Insert Problem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




Ethan Rosenberg, PhD
/Pres/CEO/
*Hygeia Biomedical Research, Inc*
2 Cameo Ridge Road
Monsey, NY 10952
T: 845 352-3908
F: 845 352-7566
erosenberg@xxxxxxxxxxxxxxxxxxxx

On 09/02/2012 08:33 AM, Matijn Woudt wrote:
On Sun, Sep 2, 2012 at 6:45 AM, Ethan Rosenberg, PhD
<erosenberg@xxxxxxxxxxxxxxxxxxxx>  wrote:
Dear List -

I wish to accomplish the following with prepared statements:

   $stmt = mysqli_stmt_init($cxn);
      if($stmt = mysqli_stmt_prepare($stmt, "INSERT INTO Intake3 (Site,
MedRec, Fname, Lname, Phone, Height, Sex, Hx, Bday, Age)
VALUES(?,?,?,?,?,?,?,?,?,?")!=0)
It seems you're missing a ')' here.


Help and advice, please.

Ethan Rosenberg

===========
If that doesn't fix it, try printing mysqli_error($cxn) instead of "Ouch"..

- Matijn
+++++++++++

No error.

Ethan


--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux