Hi all, I've got an error I have yet to come across.
"Strict Standards: Only variables should be passed in reference in my/file/name/here.php on line 69"
It was quite a long line of code so by separating it out I have found the problem to lie here:
$var = end(explode(".", $_FILES["file"]["name"]));
It's not code breaking at all-but I am one for trying to be strict with my standards and making sure I get no notices or warnings let alone errors. Just interested in what I am not understanding. Thanks =)