Welcome to TomOwen.US |
Dr. Tom Owen has five college degrees including a Doctorate in Counseling. He was licensed as a profesional counselor ( L P C ),by Al. in 1987, as well as a Certified Fitness Trainer. He lives in a country home in North Shelby County, near Birmingham, Alabama. He has just released his fourth book "Feed the Muscle, Starve the Fat". Read More....... |
Tom's Latest Blog Entries |
|
brokendown ".$data." "; #Function call function parseRSS($xml) { #echo "".$xml->channel->title." "; $cnt = count($xml->channel->item); for($i=0; $i<3; $i++) { $url = $xml->channel->item[$i]->link; $title = $xml->channel->item[$i]->title; $desc = $xml->channel->item[$i]->description; echo ''.$title.' '.$desc.' '; } } #Actually run data #print_r($data); if(isset($data->channel)) { parseRSS($data); } ?> |