Navigazione

    Privacy - Termini e condizioni
    © 2020 Search On Media Group S.r.l.
    • Registrati
    • Accedi
    • CATEGORIES
    • Discussioni
    • Non letti
    • Recenti
    • Hashtags
    • Popolare
    • Utenti
    • Stream
    • Interest
    • Categories
    1. Home
    2. edoo
    3. Discussioni
    E

    edoo

    @edoo

    • Profilo
    • Chi segue 0
    • Da chi è seguito 0
    • Discussioni 5
    • Post 11
    • Migliore 0
    • Gruppi 0
    Iscrizione Ultimo Accesso
    Località Roma Età 32
    0
    Reputazione
    11
    Post
    0
    Visite al profilo
    0
    Da chi è seguito
    0
    Chi segue
    User

    badges

    0
    Bookmarks
    0
    Voti
    0
    Ringraziamenti
    0
    Miglior risposte
    Inizia una nuova discussione
    di cosa vuoi parlare?

    Discussioni create da edoo

    • Topic
      Post
      View
      Votazioni
      Post
      Attività
    • E

      Corso gratuito digital marketing
      Annunci Vendita e Acquisto: Pubblicità, Domini, Link e altro • • edoo  

      1
      344
      Visualizzazioni
      0
      Votazioni
      1
      Post

      Nessuno ha risposto

    • E

      Classifica
      Coding • • edoo  

      1
      234
      Visualizzazioni
      0
      Votazioni
      1
      Post

      Nessuno ha risposto

    • E

      Invio email con password casuale
      Coding • • edoo  

      10
      742
      Visualizzazioni
      0
      Votazioni
      10
      Post

      A

      Sì, devi metterla nel ciclo for! Un saluto

    • E

      Ciao !!!
      Presentati alla Community • • edoo  

      4
      220
      Visualizzazioni
      0
      Votazioni
      4
      Post

      marcocarrieri

      Ciao e benvenuto nel Forum GT.

    • E

      Recupero dati Utente
      Coding • • edoo  

      5
      1013
      Visualizzazioni
      0
      Votazioni
      5
      Post

      E

      Grazie mille per l'aiuto, uso Dreamweaver cc, ed il contento della funzione è
      [PHP]if (!function_exists("GetSQLValueString")) {function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "") { if (PHP_VERSION < 6) { $theValue = get_magic_quotes_gpc() ? stripslashes($theValue) : $theValue; }
      $theValue = function_exists("mysql_real_escape_string") ? mysql_real_escape_string($theValue) : mysql_escape_string($theValue);
      switch ($theType) { case "text": $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL"; break; case "long": case "int": $theValue = ($theValue != "") ? intval($theValue) : "NULL"; break; case "double": $theValue = ($theValue != "") ? doubleval($theValue) : "NULL"; break; case "date": $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL"; break; case "defined": $theValue = ($theValue != "") ? $theDefinedValue : $theNotDefinedValue; break; } return $theValue;}}
      [/PHP]