FILMY MOJO
Actor Actress Director Genre Month Year
Actor
get_results ( "SELECT actor FROM film_library ORDER BY total_collection DESC " ); foreach ($results_actor as $key => $actor_data) { $datas = explode(",",$actor_data->actor); foreach ($datas as $value) { # code... trim($value); if (!in_array($value, $actors) && !empty($value)) { $actors[] = $value; } } } sort($actors); foreach ($actors as $actor) { ?>
Warning: Undefined variable $actor in /home2/codexper/filmymojo.com/wp-content/themes/soledad/filmymojo.php on line 416
Actress
get_results ( "SELECT actress FROM film_library ORDER BY total_collection DESC " ); foreach ($results_actor as $key => $actor_data) { $datas = explode(",",$actor_data->actress); foreach ($datas as $value) { # code... trim($value); if (!in_array($value, $actress_data) && !empty($value)) { $actress_data[] = $value; } } } sort($actress_data); foreach ($actress_data as $actress) { ?>
Warning: Undefined variable $actress in /home2/codexper/filmymojo.com/wp-content/themes/soledad/filmymojo.php on line 437
Director
get_results ( "SELECT distinct director FROM film_library ORDER BY director ASC " ); foreach ($results_director as $key => $director_data) { ?> /home2/codexper/filmymojo.com/wp-content/themes/soledad/filmymojo.php on line 446
">
Warning: Undefined variable $director_data in /home2/codexper/filmymojo.com/wp-content/themes/soledad/filmymojo.php on line 446

Warning: Attempt to read property "director" on null in /home2/codexper/filmymojo.com/wp-content/themes/soledad/filmymojo.php on line 446
Genre
get_results ( "SELECT genre FROM film_library ORDER BY genre DESC " ); foreach ($results_genre as $key => $genre_data) { $datas = explode(",",$genre_data->genre); foreach ($datas as $value) { # code... trim($value); if (!in_array($value, $genres_data)) { $genres_data[] = $value; } } } sort($genres_data); foreach ($genres_data as $genres) { ?>
Warning: Undefined variable $genres in /home2/codexper/filmymojo.com/wp-content/themes/soledad/filmymojo.php on line 466
Months
Jan January February March April May June July August September October November December
Year of release
2026 2025 2024 2023 2022 2021 2020 2019 2018 2017 2016 2015 2014 2013 2012 2011 2010 2009 2008 2007 2006 2005 2004 2003 2002 2001 2000 1999 1998 1997 1996 1995 1994 1993 1992 1991 1990 1989 1988 1987 1986 1985 1984 1983 1982 1981 1980 1979 1978 1977 1976 1975 1974 1973
Total Collection
Above 300 Above 200 Above 100 Above 20

All Time Box office Collection

loading..