step1. you can find php_mysqli.dll
step2. and put that dll into c:\php\extensions\
step3. that folder is not available, create it. now our dll file is in c:\php\extensions\php_mysqli.dll
step4. go to php.ini, i thought that is in c:\windows
step5. search "extension_dir"
step6. after you found that you can set the path c:\php\extensions
step7. inside the php.ini, go to the dll section (search dll as your text in the search box)
step8. there is something like ;extension=php_mysqli.dll
step9. if it is not available, you type the above thing and remove the semicolan (
step10. save php.ini file and check it out.