I've recently decided to start tinkering with PHP and MySQL but I ran into some issues getting MySQL to work. I followed all the instructions as far as modifying my php.ini file goes, but realized my changes weren't taking effect.
I've googled the problem, and it seems super common but none of the posted answers are helping me.
My httpd.conf is configured correctly, the PHPRC environment variable is set right. Extensions are visible on my system, so I don't have a php.ini.txt file.
In fact, for kicks I deleted my php.ini file and php/apache still worked. I did a system wide search for php.ini but there were NO results. Of course I restarted apache after each potential fix. Despite the file not existing, phpinfo() still says its loading C:/PHP/php.ini .. But that file doesn't exist o_O
After restarting my computer the "call to undefined function mysql_connect" error shows up in the apache error log instead of in the browser, instead, the browser gets a "server error - http error 500 (Internal Server Error)
I've been pulling my hair out for the last 6 hours, plz help? :3
Thanks in advance!

