thanh  [ Profile ]

Sort by: Date / Title /

  1. 2 years ago and saved by 1 other
    1. display: block;
    2. background: #efefef;
    3. border: 1px solid #B5AEA4;
    4. border-top: 1px solid #eee;
    5. border-left: 1px solid #eee;
    6. margin: 10px auto;
    7. padding: 1em;
    Paste this in your website: <script type="text/javascript" src="http://www.posteet.com/embed/351"></script>
  2. 2 years ago
    1. " Depuis un fichier
    2. Set xmlDoc = CreateObject("Microsoft.XMLDOM")
    3. xmlDoc.async = False
    4. xmlDoc.load("fichier.xml")
    5.  
    6. " Depuis une chaine
    7. chaine = "<memos>" & "<memo>numéro 1</memo>" & "<memo>numéro  2</memo>" & "</memos>"
    8. xmlDoc = CreateObject("Microsoft.XMLDOM")
    9. xmlDoc.async = False
    10. xmlDoc.loadXML(chaine)
    Paste this in your website: <script type="text/javascript" src="http://www.posteet.com/embed/350"></script>
  3. 2 years ago
    1. $foo = strip_tags($source, '<body>, <a>, <br>, <strong>, <b>, <i>, <em>, <font>');
    2. ereg ("<body([^>.]+)>(.+)</body>", $foo, $regs);
    3. echo $regs[2];
    Paste this in your website: <script type="text/javascript" src="http://www.posteet.com/embed/349"></script>
  4. sponsorised links

First / Previous / Next / Last / Page 1 of 1 (3 posteets)