I keep getting this error:
Fatal error: Uncaught Error: Call to undefined function mysqli_connect() in C:\Apache24\htdocs\asd.php:2 Stack trace: #0 {main} thrown in C:\Apache24\htdocs\asd.php on line 2
when simply running any mysqli cmd in any php file e.g :
<?php $con = mysqli_connect('localhost','my_user','my_password','my_db'); ?>
I have already enabled the extension in my php.ini file and I've been trying to figure this out for a while and I just can't. Any help would be greatly appreciated.