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
what is mysqli
Moderator: General Moderators
Re: what is mysqli
http://php.net/mysqlideeppak 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
I wonder what is this reply soon for??!
- dibyendrah
- Forum Contributor
- Posts: 491
- Joined: Wed Oct 19, 2005 5:14 am
- Location: Nepal
- Contact:
using mysqli
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!
After uncommenting the following line, restart the apache server inorder to use mysqli feature.
Code: Select all
;extension = mysqli.soHope this will help!