Pagina 2 di 2 primaprima 1 2
Visualizzazione dei risultati da 11 a 15 su 15

Discussione: Salvataggio in db

  1. #11
    Mi sa che non va bene le 140 variabili devo andare tutte nello stesso campo mappa.

  2. #12
    Originariamente inviato da rel_style
    Mi sa che non va bene le 140 variabili devo andare tutte nello stesso campo mappa.
    esatto...


    se proprio proprio non si può fare in automatico, mi limiterò a scriverle a mano....


    solo che magari le variabili in un futuro, potrebbero aumentare, e mi toccherebbe così, andare a modificare il codice
    PIERCHI

  3. #13

    ............

    Mah stendiamo un velo ......................... e non
    se ne parli + se uno leggesse cosa fanno le funzioni
    di php non inveterebbe la ruota tutte le volte .............
    Without faith, nothing is possible. With it, nothing is impossible
    http://ilwebdifabio.it

  4. #14

  5. #15

    .........

    Codice PHP:
    <?php
    if(isset($_POST['art']))
    {
    print_r(implode(" ",$_POST['art']));

    }
    ?>

    <form action="input_array.php" method="post">  
    <input type=text name="art[]" />  
    <input type=text name="art[]" />  
    <input type=text name="art[]" />  
    <input type=text name="art[]" />  
    <input type=text name="art[]" />  
    <input name="submit" type="submit" value="submit" />
    </form>
    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 © 2026 vBulletin Solutions, Inc. All rights reserved.