| View previous topic :: View next topic |
| Author |
Message |
Neil25
Joined: 27 Aug 2006
Posts: 2
|
| Posted: Sun Aug 27, 2006 9:59 pm Post subject: Using mysqli with 1.5.4 |
|
|
Hi,
I am trying to use mysqli functions with 1.5.4.
Are there any configuration issues that I have to alter/change in order for mysqli functions to work?
Thanks. |
|
| Back to top |
|
Joshua Meadows (DemoRic)
Joined: 29 Dec 2004
Posts: 785
Location: S.E. Kansas
|
| Posted: Mon Aug 28, 2006 12:57 am Post subject: |
|
|
you have to have it listed in your php.ini
Quote: extension=php_mysqli.dll |
|
| Back to top |
|
Neil25
Joined: 27 Aug 2006
Posts: 2
|
| Posted: Mon Aug 28, 2006 8:58 am Post subject: |
|
|
| Thanks for your help, all is working. |
|
| Back to top |
|
| |