Hello i have formatted my pc with Windows 7 and installed wamp server. My local project doesnt work.
I am familiar with the difference between mysql and mysqli? Do i need to install a most recent version of Mysql than the one provided by Wamp Server?
SimonIoa 77 Master Poster
Recommended Answers
Jump to PostUpdating PHP can be onerous as pointed out by mattster. I also use XAMPP, so not familiar with WAMP. But, installing PHP binary over a previous XAMPP install went spectacularly badly for me, so I just install new versions of XAMPP, as and when they're considered stable. I back up …
Jump to PostThe first thing to check in your php.ini file is this
;extension=php_mysqli.dll
if you have this line in your file uncomment it by removing the semicolon then restart your webserver this tells apache to load support for mysqli
Jump to PostWHat does
phpinfo()
give you?
Jump to PostSo you've got missing libraries? Figures.
http://stackoverflow.com/questions/1451468/intl-extension-installing-php-intl-dll
Jump to PostIs the php.ini file you have from a previous install?
Otherwise, can't see why a downloaded version would have these refs in php.ini uncommented if they weren't included in that release.
So is that file missing too?!
All 19 Replies
mattster 195 Practically a Master Poster Featured Poster
SimonIoa 77 Master Poster
jstfsklh211 79 Light Poster
mattster 195 Practically a Master Poster Featured Poster
SimonIoa 77 Master Poster
mattster 195 Practically a Master Poster Featured Poster

diafol
jstfsklh211 79 Light Poster
SimonIoa commented: thanks +2
SimonIoa 77 Master Poster

diafol
SimonIoa 77 Master Poster

diafol
SimonIoa 77 Master Poster
SimonIoa 77 Master Poster
SimonIoa 77 Master Poster

diafol
SimonIoa 77 Master Poster
SimonIoa 77 Master Poster

diafol
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.