I have an RSS feed (http://xml.weather.yahoo.com/forecastrss?p=USCT0139&u=f) and I want to extract a certain line from it using PHP and then get one thing from that line.  The line is 
	
	
	
		
 and I only want the "40".
I've searched and I can't find how to do this. I might not be searching for the right thing.
Thanks!
Mike
	
		
			
		
		
	
				
			
		Code:
	
	<yweather:condition text="Fair" code="33" temp="40" date="Wed, 07 Nov 2007 8:53 pm EST"/>I've searched and I can't find how to do this. I might not be searching for the right thing.
Thanks!
Mike
