Re: mysqli grrrr

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

 



nevermind I got it :-/

My DATETIME was making me pay for something I did in a past life :P

John

On 5/2/05, JM <frawst1@xxxxxxxxx> wrote:
> Ok who's using mysqli? I'm moving over to the mysqli OO method. I'm
> trying to perform an insert and having difficulty.
> 
> $sql = "INSERT INTO USERS (record_id, name_first, name_last) VALUES
> (1, 'George', 'Dubbuyah')";
> 
> $mysqli->query($sql);
> 
> I have a followup SELECT that prints the rowcount so I can see if the
> rows are increasing but they aren't. I figured this would be enough
> for the insert, I even tried:
> 
> $mysqli->commit();
> 
> but their is no change. The SELECT is returning the correct amount of
> rows. Any suggestions?
> 
> --
> J
> 


-- 
J

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



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux