Jump to content
xisto Community
Sign in to follow this  
simokrimo

Whats The Difference Between Imysql And MySQL ? Can someone tell me

Recommended Posts

Dear simokrimo,

 

Are you sure that you mean imysql libraries?

 

I only know of the mysql libraries

and the mysqli libraries.

 

MySQL Functions

 

Introduction

 

These functions allow you to access MySQL database servers.

 

Documentation for MySQL can be found at http://dev.mysql.com/doc/.

 

Requirements

 

In order to have these functions available, you must compile PHP with MySQL support.

Improved MySQL Extension

 

Introduction

 

The mysqli extension allows you to access the functionality provided by MySQL 4.1 and above.

 

Documentation for MySQL can be found at http://dev.mysql.com/doc/.

 

Parts of this documentation included from MySQL manual with permissions of MySQL AB.

 

Requirements

 

In order to have these functions available, you must compile PHP with support for the mysqli extension.

 

    Note: The mysqli extension is designed to work with the version 4.1.3 or above of MySQL. For previous versions, please see the MySQL extension documentation.

 

Both these quotes are from php.net

 

 

The determing factor is the version of the MySQL engine that you have access to.

 

Use

<?php  phpinfo();  ?>
to find that out.

Share this post


Link to post
Share on other sites

There are some differences beetween MySQL 3.* and MySQL 4.* and because of that, PHP developers decided to use 2 different extensions for this 2 different versions. MySQLi I think is working only under PHP5.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.