|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
You eat, breathe and sleep innovation. Build your mobile intelligence with BlackBerry® experts this July. Register Today! |
|
#1
|
|||
|
|||
|
mysqli for php4.3.11???
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 |
|
#2
|
||||
|
||||
|
RE: mysqli for php4.3.11???
The mysqli library is available for php5 - not 4. you will have to upgrade to use it.
Depending upon what you want to do with MySQL5 - it can be done using the mysql_* functions - as long as you aren't passing anything back to the PHP. For example - you can still create triggers and stored procedures on the MySQL side. You should also be able to CALL the stored procedures with mysql_query - just not pass anything back. You may be able to get around that by using views or temporary tables that you then query. References: http://www.php.net/manual/en/ref.mysqli.php |
|
#3
|
|||
|
|||
|
RE: mysqli for php4.3.11???
thank u so much i think thats what i needed....
what do u think is better php4 or php5???the issue has been bothering me thats y im sticking with php4... |
|
#4
|
||||
|
||||
|
RE: mysqli for php4.3.11???
I personally prefer php5 though it is harder (though not impossible) to find on shared servers.
|
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Installation > mysqli for php4.3.11??? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|