xeno024
xeno024
I used: ``` require_once("inc/imdbclass.php"); $imdb = new IMDb(false); $link ="https://www.imdb.com/title/tt1465515/"; $expl = explode("/", $link); $movie = $imdb->find_by_id(trim($expl[4])); print_r( $movie); ``` Error all object **Notice: Trying to get property 'data' of...
I've discovered a bug in the Cassiopeia topic and I can't find a solution, and I don't even know what's causing it. I searched around and found such a page,...
Hello! Do you have any information on why the email confirmation function is not working in this project? I attached a picture of the result and I just can't figure...