View Single Post
  #5  
Old 08-29-2006, 03:52 PM
 
Impio Impio is offline
 

Newbie
  
Join Date: Apr 2005
Posts: 3
 

Default Re: Subscription payments based on initial pay date: DONE

71: $query = "select * from $sql_tbl[subscription_customers] WHERE last_payed_date
"< '$monthback' AND subscription_status = 'Active' ORDER BY last_payed_date";
73: $pending = func_query($query);
74:
75: if($charge){
76: foreach($pending as $p){
__________________
http://www.impio.com
Reply With Quote