Help for this page

Select Code to Download


  1. or download this
            $db->sqlInsert("commentaire",
                  ref_emetteur  => "1",
    ...
                  text          => "$text",
                  date          => "$date $time");
    
  2. or download this
    sub sqlInsert {
            my $table = shift || '';
    ...
        }
    }
    
  3. or download this
    INSERT INTO MyDB=HASH(0xa22d970) ( 'text', 'question', 'ref_emetteur',
    + 'date', NULL) VALUES (,1,commentaire,
    
    this is the description
    ,2013-05-31 15:16:29)
    
  4. or download this
       $db->sqlInsert("commentaire",
                  ref_article   => "$article",               
    ...
        }
    }
    
  5. or download this
    text
    date
    ref_article
    ref_emetteur