i currently using mysql for database i want to use mysqli can any one tell me any other php server is required for it or i can use it in my bitnami wampstack 5.3.17.0 apache server.

Recommended Answers

All 7 Replies

Member Avatar for diafol

SHould be fine, depending on the version of php - but should be up to date. mysqli been out a while now: v5.0.0 I believe.

@diafol
can you please expalin me what you wnat to say

Member Avatar for diafol

SImple, look at the php.net manual for mysqli_ functions and start using it.

Your php version if >= 5.0.0 will support it.

@diafol
I am using apache server 5.3.17.0

Member Avatar for diafol

dw11 No - PHP not Apache. do a phpinfo() in one of your pages to see what version of php you're running. You should see something like:

@diafol
thak you for your help i see what you have told me my php version is 5.3.17 i can use mysqli can you suggest any websites from where i can learn how to use mysqli in php
thank you again

Member Avatar for diafol

The php.net manual should be your first stop. It pretty much tells you what you need to know. Pritaeas has got an article in 'Code Snippets' too.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.