Postări

Se afișează postări din octombrie, 2011

Typoscript

http://typo3.org/documentation/document-library/core-documentation/doc_core_ts/4.3.0/view/toc/0/

The Lost 1984 Video: young Steve Jobs introduces the Macintosh

Imagine

extract src from img tag - html

<?php $html = '<img src="http://domain/imagine.jpg" id="randomid" />'; if (preg_match('/<img.+?src(?: )*=(?: )*[\'"](.*?)[\'"]/si', $html, $arrRes)) {     echo $arrRes[1];  } ?>