Visualizzazione dei risultati da 1 a 2 su 2
  1. #1

    sintassi che non comprendo

    Salve a tutti, qualcuno sa spiegarmi cosa fa questo piccolo script usato nell'invio mail con allegato:

    // DELIMITATORE
    $boundary = md5(uniqid(microtime()));


    GRAZIE a tutti per ogni intervento

  2. #2
    $boundary = md5(uniqid(microtime()));
    uniqid
    ritorna una stringa cioè unico id
    con md5 ottieni un hash di 32 caratteri
    md5


    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.