zerrikanez
Newbie
- Dec 4, 2008
- 2
- 0
Second parameter in parse_url() was added in php 5.1.2.i got strange error
on line 144 is: $domain = parse_url($url, PHP_URL_HOST);Warning: parse_url() expects exactly 1 parameter, 2 given in /home/----/public_html/-----/autocommenter.php on line 144
Upgrade your php version to >5.1.2 (Today it is 5.2.7)