27 Mar 10

PHPmotion is a free video sharing php application that also has support for other types of media such as audio/mp3 sharing.


28 Sep 07

function transform($text) { preg_match_all(“/[tex](.*?)[\/tex]/si”, $text, $matches); for ($i = 0; $i < count($matches[0]); $i++) { $position = strpos($text, $matches[0][$i]); $thunk = $matches[1][$i]; $hash = md5($thunk); $full_name = $this->CACHE_DI