Page 1 of 1
what is mysqli
Posted: Mon Apr 17, 2006 12:40 am
by deeppak
i am stuck i was ordinarily using mysql_query to run any statement but my pl now asking me to use mysqli what is this to run prepare statement is any configuration required for it
reply soon
deeppak
Posted: Mon Apr 17, 2006 1:35 am
by Benjamin
Your search - i am stuck i was ordinarily using mysql_query to run any statement but my pl now asking me to use mysqli what is this to run prepare statement is any configuration required for it - did not match any documents.
Re: what is mysqli
Posted: Mon Apr 17, 2006 2:47 am
by jmut
deeppak wrote:i am stuck i was ordinarily using mysql_query to run any statement but my pl now asking me to use mysqli what is this to run prepare statement is any configuration required for it
reply soon
deeppak
http://php.net/mysqli
I wonder what is this reply soon for??!
using mysqli
Posted: Mon Apr 17, 2006 3:02 am
by dibyendrah
You need to have PHP5 installed in order to use mysqli. The extension is called mysqli, with the 'i' standing improved.
After uncommenting the following line, restart the apache server inorder to use mysqli feature.
Hope this will help!