I am using the wamp server going through the php tutorials on youtube and i got stuck on the 67th video because i am having problems. I keep getting this error message "( ! ) Warning: get_browser(): browscap.ini directive not set"
What i have done so far.
Downloaded the browscap.ini file (for PHP use only)
placed it in "C:/wamp/bin/php/php5.4.3/browscap.ini"
In the PHP.ini file point to the browscap.ini file using the absolute path
[browscap]
browscap = "C:/wamp/bin/php/php5.4.3/browscap.ini"
Then I Restarted my WAMPSERVER but I'm still having problems
Can someone please help me with this?
Thanks in advance for the help