hi,
im using php4.3.11 and mysql 5.0.20a...i want to access some of mysql5's functions...and they sed i can get it from mysqli library...but the problem is i cant find or download the mysqli library...
can someone give me a link to that library...
thanx,
mon
mysqli for php4.3.11???
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: mysqli for php4.3.11???
Hello,
Here is the link I think you would like:
http://dev.mysql.com/downloads/connector/php/
HTH
Zythan
Here is the link I think you would like:
http://dev.mysql.com/downloads/connector/php/
HTH
Zythan
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
- dibyendrah
- Forum Contributor
- Posts: 491
- Joined: Wed Oct 19, 2005 5:14 am
- Location: Nepal
- Contact:
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
Funny things happen when you read the manual
. Mysqli can be used by PHP 4.1.3 and up. Check out the manual for what to do to get mysqli working with your PHP.