For everything you have missed, you have gained something else; and for everything you gain, you lose something.

-Ralph Waldo Emerson

I have built a nice little quote grabber for your downloading pleasure. I have an example of what this dirty little code can do as an example Quote Bank

Without further ado,


]*>(.*?)

~is',$url_str,$matches);
	foreach($matches[0] as $k=>$v){
		$str .= $v;
	}

echo $str;
?>

A mighty easy curl script but why can’t something be simple and effective :D

Death solves all problems – no man, no problem.
-Joseph Stalin