Ending Today Widget
				
				
                
                    
                    
                
                
                    
						
                
                
                    Hi all
Just wondered if anyone has managed to create an "ending soon" widget or PHP code that can be executed in the sidebar on the homepage? This type of thing prompts a user to visit and make use of the coupon before it ends and could generated a few extra $'s.
Normally I'd be able to knock something together but with the backend of 

 Clipper it's not that straight forward. The code I have so far is 
	
		
			
			
				SELECT * FROM wp_posts WHERE post_type = "coupon" LIMIT 10
			
		
 
	 
  However I now need to add an additional match that says something along the lines of "WHERE DATE = TODAY". Has anyone got any suggestions?