Programación PHP, MySQL y Javascript. Noticias y Tecnología
function
getExtension(
$file
) {
$pos
=
strrpos
(
,
'.'
);
if
===false){
return
false;
}
else
{
substr
+1);
All your variables have a space after the $ sign, this will not work in this format
All your variables have a space after the $ sign, this will not work in this format
ResponderEliminar