Well, I uploaded all the contents and installed a script. But now I am getting an error when opening the site. Fatal error: Cannot redeclare drawcomment() in /home/digitalu/public_html/latestwallpaperszone.com/_comments.php on line 88 PHP: How to solve it? Help me please. - Digital -
its multiple declaration error u must have declared a function twice.. or the script it self has this error find Fatal error: Cannot redeclare drawcomment() in /home/digitalu/public_html/latestwallpaperszone.com/_comments.php on line 88 drawcomment() located in _comments.php on line 88 remove the multiple declarations.. there u go..your problem is solved.
use any editor...u can even use notepad ++.. or dreamweaver , zend ide, php designer, or anythng that support syntax recognition for php