PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I am getting the following error message every time i run a certain page.
Fatal error: Cannot redeclare get_random_picture() (previously declared in /home/media233/public_html/game/functions.php:2) in /home/media233/public_html/game/functions.php on line 13
I have only defined the function in functions.php and i'm not entirely sure what functions.php:2 means. Could someone help me figure out what the problem might be?