CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets matching tags of url shortener
<?php
function search_string($start , $end , $from, $number=1){
    if($number<1){
        $number=1;
    }
    $from = trim(str_replace("\r\n","",$from));
    $i = 0;
    $ans = $from;
    if(!stristr($ans , $start)){
        return false;
by b123400   January 31, 2010 @ 11:57am
523 Views
no comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate