Welcome Guest, Not a member yet? Register   Sign In
how cat get the file extension?
#2

[eluser]tnathos[/eluser]
ok problem solved.. if any have the same dude...

$nombre = $_FILES['img_principal']['name'];
$partes = explode(".", $nombre);
$ext = end($partes);


Messages In This Thread
how cat get the file extension? - by El Forum - 12-07-2009, 10:43 AM
how cat get the file extension? - by El Forum - 12-07-2009, 11:25 AM
how cat get the file extension? - by El Forum - 12-07-2009, 11:26 AM
how cat get the file extension? - by El Forum - 12-07-2009, 12:22 PM
how cat get the file extension? - by El Forum - 12-07-2009, 12:25 PM



Theme © iAndrew 2016 - Forum software by © MyBB