Re: [PHP] Re: Been staring at the code for too long...

2009-01-09 Thread Kyle Terry
On Fri, Jan 9, 2009 at 11:05 AM, Nathan Rixham wrote: > Jason Pruim wrote: > >>mysqli_stmt_prepare($stmt, "UPDATE database.table ( >> > > UPDATE database.table SET ( > > think that should fix it > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.

[PHP] Re: Been staring at the code for too long...

2009-01-09 Thread Nathan Rixham
Jason Pruim wrote: mysqli_stmt_prepare($stmt, "UPDATE database.table ( UPDATE database.table SET ( think that should fix it -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Been staring at the code for too long...

2009-01-09 Thread Jay Moore
Jason Pruim wrote: Okay... So I know this is a stupid question... But I've been staring at my code for far too long and now it's still not working so I thought I would show it to all of you and see if you can tell me where I'm being stupid :) this is dbmysqliconnect.php: function dbmy