PHP Classes

Error at the end() function on line 59

Recommend this page to a friend!

      PHP Folder Structure  >  All threads  >  Error at the end() function on line 59  >  (Un) Subscribe thread alerts  
Subject:Error at the end() function on line 59
Summary:Only vars by ref.
Messages:1
Author:Salomón
Date:2023-11-17 21:23:52
 

  1. Error at the end() function on line 59   Reply   Report abuse  
Picture of Salomón Salomón - 2023-11-17 21:23:52
Solve this:

...(line 58)
$filearr = explode(".", $file);
$ext = end($filearr);
...(line 60 - now 61)