Problem 1:
No matter what I do or set the extension_dir = to, it still stays c:/php/ext/ in the phpinfo();
Problem 2:
If I uncomment any of the following lines in the .ini file
; Default Value: E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
; Development Value: E_ALL
; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT
it doesnt load the API Extensions mysql,mysqli
it will just show API Extensions.
Also and now my code is giving me a a notice:
PHP Notice: Undefined offset: 1 in C:\inetpub\wwwroot\xml2\search_results.php on line 111