fork download
  1. <?php
  2. $html = '<img src="/webapp/safilo/gen_img/p_verde.gif" width="15" height="15" alt="" border="0">';
  3. $xpath = new DOMXPath(@DOMDocument::loadHTML($html));
  4. $src = $xpath->evaluate("string(//img/@src)");
  5. echo $src;
  6. ?>
Success #stdin #stdout 0.01s 20520KB
stdin
Standard input is empty
stdout
/webapp/safilo/gen_img/p_verde.gif