thanh posteets tagged php  [ Profile ]

Sort by: Date / Title /

  1. 1 year ago
    1. $foo = strip_tags($source, '<body>, <a>, <br>, <strong>, <b>, <i>, <em>, <font>');
    2. ereg ("<body([^>.]+)>(.+)</body>", $foo, $regs);
    3. echo $regs[2];

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