Visualizzazione dei risultati da 1 a 3 su 3
  1. #1
    Utente di HTML.it
    Registrato dal
    Oct 2006
    Messaggi
    13

    script estensioni file?

    esiste uno script php che permette di verificare l'estensione di file? grazieee

  2. #2
    Utente di HTML.it L'avatar di nicola75ss
    Registrato dal
    Nov 2004
    Messaggi
    12,923
    Codice PHP:
    $estensione array_pop(explode('.',$nomefile)); 

  3. #3

    ....

    Ciao.
    Oppure
    Codice PHP:
    <?php  
    $string 
    "mio.php";
    $ext substr(strrchr($string"."), 1);
    echo  
    $ext;
    ?>

    Without faith, nothing is possible. With it, nothing is impossible
    http://ilwebdifabio.it

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.