Re: Diff Mysql and mysqli

2009-05-18 Thread Scott Haneda
On May 18, 2009, at 8:09 PM, bharani kumar wrote: Can u please tell me the difference between mysql and mysqli , My brief understanding of it is that MySqli is more feature rich and better able to handle changes as MySql moves forward. Some have said it is faster, though I have not

Diff Mysql and mysqli

2009-05-18 Thread bharani kumar
Hi All, Can u please tell me the difference between mysql and mysqli , Thanks -- உங்கள் நண்பன் பரணி குமார் Regards B.S.Bharanikumar POST YOUR OPINION http://bharanikumariyerphp.site88.net/bharanikumar/

Re: Serializing mySQLi result resource in PHP

2008-06-09 Thread Sebastian Mendel
Andrew Martin schrieb: Hello, Apologies for a slightly off topic PHP related post, the php-db mailing list has not been able to help with this so far. Is it possible to serialize a MySQL(i) result resource (specifically using PHP 5)? no I am looking to insert query results into the eAccel

Serializing mySQLi result resource in PHP

2008-06-09 Thread Andrew Martin
Hello, Apologies for a slightly off topic PHP related post, the php-db mailing list has not been able to help with this so far. Is it possible to serialize a MySQL(i) result resource (specifically using PHP 5)? I am looking to insert query results into the eAccelerator cache but the resource retu

RE: PHP mysqli problem

2007-07-26 Thread Jerry Schwartz
chwartz [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 26, 2007 10:29 AM > To: mysql@lists.mysql.com > Subject: PHP mysqli problem > > I'm having a very weird problem with $result->fetch_assoc(). > Here are two > very simplified examples. One uses a prepared statemen

PHP mysqli problem

2007-07-26 Thread Jerry Schwartz
I'm having a very weird problem with $result->fetch_assoc(). Here are two very simplified examples. One uses a prepared statement (although for this exercise I'm not using any bound parameters, my results aren't affected); the other example uses $db->query(). Look at the retrieved $row. prepare($s

Re: Mysqli

2005-11-06 Thread Gleb Paharenko
Hello. There are some examples inside the discussion which should work: http://forums.mysql.com/read.php?98,19146,19496 Scott Hamm wrote: > I was working on Php web page and attemtped to use stored procedure.=20 > Last night on Php line, they said that I should consider MySQ

Mysqli

2005-11-04 Thread Scott Hamm
I was working on Php web page and attemtped to use stored procedure. Last night on Php line, they said that I should consider MySQLi and to ask MySQL list about it. Do anyone know anything about executing a stored procedure from php page? Something to do with interface or? Do I need something

Re: MysqlI

2005-08-25 Thread Stephen Moretti
Bill wrote: Hi Did someone use MySQLI in production environment ? Is the transactions aspect reliable ? (bugs etc) Thanks. Sorry I should have specified that it's in the PHP environment. mySQLi is a part of PHP, so you might be better asking this question over there, but.... m

Re: MysqlI

2005-08-25 Thread Bill
> Hi > > Did someone use MySQLI in production environment ? > > Is the transactions aspect reliable ? (bugs etc) > > > Thanks. > > Sorry I should have specified that it's in the PHP environment. -- MySQL General Mailing List For list archives: http://l

MysqlI

2005-08-24 Thread Bill
Hi Did someone use MySQLI in production environment ? Is the transactions aspect reliable ? (bugs etc) Thanks. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

RE: Need help in running MySqli (extension) in PHP script

2005-05-17 Thread Jay Blanchard
[snip] I read the instalation document particulary but I didn't understand it. They told "--with-mysql [=dir] configuration option" where it is found or where I should type that please give details so that mysql will works And on thing I want to know is I want MYSQLI (extenstion of

RE: Need help in running MySqli (extension) in PHP script

2005-05-17 Thread Jay Blanchard
[snip] in it, it gives fatal error " undefined function Mysqli_connect() on line no etc.,, " in browser. IS that correct, can I use "Mysqli" functions in this because I am using Mysql 5.04 (beta) version in PHP documentation it was told that those who are using Mysql 4

Need help in running MySqli (extension) in PHP script

2005-05-17 Thread madderla sreedhar
hi, I use php 5.0,Mysql 5.04 ,IIS 5.0 ,IE in windows2000 NT os and still got errors in running php script with Mysqli functions. when I execute the Php script with Mysql functions in it, it gives fatal error " undefined function Mysqli_connect() on line no etc.,, " in browse

Re: [PHP-DB] mysqli connection problem

2005-02-08 Thread Martin Norland
My intention of setting the reply-to was not to offend, or claim you were wrong - merely to move the discussion to the list I felt (and still feel - as I've done it again) is most appropriate for the question. anyway, back to the task at hand ( first: I'm assuming you restarted apache after chan

RE: [PHP-DB] mysqli connection problem

2005-02-08 Thread Denis Gerasimov
server through socket '' (111)" > > > > (notice '' - is that right?) > > > > Does anyone have any ideas about how to get rid of this error? > > > > Configuration: > > * RedHat Enterprise Linux AS3 > > * Apache 2.0.46 > >

Re: [PHP-DB] mysqli connection problem

2005-02-07 Thread Martin Norland
tice '' - is that right?) Does anyone have any ideas about how to get rid of this error? Configuration: * RedHat Enterprise Linux AS3 * Apache 2.0.46 * PHP 5.0.2 * MySQL 4.1.9, mysqli ext. Thanks! [Note: reply-to set to php-db as it's multimailed and I don't see this as a mysql gene

mysqli connection problem

2005-02-07 Thread Denis Gerasimov
that right?) Does anyone have any ideas about how to get rid of this error? Configuration: * RedHat Enterprise Linux AS3 * Apache 2.0.46 * PHP 5.0.2 * MySQL 4.1.9, mysqli ext. Thanks! -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

RE: [PHP] building php5.0 as an apache module, with mysqli functionality

2004-07-19 Thread bruce
hi... in regards to the php5/mysql/mysqli/apache2 issue... the following should be helpful... i've managed to get it working, so that i have mysql and mysqli both being displayed using "phpinfo()"... for a linux rh8.0 use mysql-4.1.3-beta.tar.gz copy

RE: [PHP] building php5.0 as an apache module, with mysqli functionality

2004-07-19 Thread bruce
ok... here's what this issue appears to be narrowing down to... i'm guessing that it has something to do with using the same libs for both mysql/mysqli. i've been able to get a running app for only mysqli, but adding the mysql function to the ./configure gives the "multiple

Re: [PHP] building php5.0 as an apache module, with mysqli functionality

2004-07-19 Thread Jacob Friis Larsen
Curt Zirzow wrote: i'm trying to use the following "configure" ./configure --with-apxs2=/usr/sbin/apxs --with-config-file-path=/etc --with -mysql=/usr/include/mysql --with-mysqli=/usr/local/mysql/bin/mysql_config - -with-ldap --with-pgsql If you read the installation at http:/

building php5.0 as an apache module, with mysqli functionality

2004-07-18 Thread bruce
hi... this is cross posted to a number of lists as it seems to touch on all the apps... that said. i'm trying to build the PHP-5.0 version to run as an Apache mod. i need to work with mysql to get the "mysqli" function. i have rh8.0 linux. i'm using -httpd-2.0.50 (built fro