I am struggling to debug a PHP error I am getting when uploading photos to my website. It is not WordPress btw. The error message says "A PHP Error was encountered, Severity: Notice Message: Only variables should be passed by reference Filename: admin/vehicles.php Line Number: 322"
Below is the line of text from that file and line 322. I'm not sure if this is enough info to go off of, but if it's a simple syntax error, I'm sure it is.
$ext = array_pop(explode('.', $_FILES['slider_image']['name']));
Thanks in advance! I can provide more of the code if needed.