[PHP-WIN] Re: MYSQL and PHP

2001-12-03 Thread Jordan Arendt
This was fixed. I needed to use the update statement instead of insert. Jordan "Jordan Arendt" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, > > I'm struggling with some php code. I'm trying to insert

[PHP-WIN] MYSQL and PHP

2001-12-03 Thread Jordan Arendt
Hi, I'm struggling with some php code. I'm trying to insert some info into a mysql DB. I beleive I'm failing on the SQL statement, specifically the WHERE syntax. Can anyone help? bypass = 0 --confirmed $i = 0 works and inserts into the DB. $i=1 works, but doesn't insert into DB.