Today's Posts Follow Us On Twitter! TFL Members on Twitter  
Forum search: Advanced Search  
Navigation
Marketplace
  Members Login:
Lost password?
  Forum Statistics:
Forum Members: 24,254
Total Threads: 80,792
Total Posts: 566,472
There are 1635 users currently browsing (tf).
 
  Our Partners:
 
  TalkFreelance     Design and Development     Programming     PHP and MySQL :

sending emails

Thread title: sending emails
Reply    
    Thread tools Search this thread Display Modes  
08-30-2010, 08:31 PM
#1
hakem is offline hakem
hakem's Avatar
Status: Member
Join date: Feb 2010
Location:
Expertise:
Software:
 
Posts: 130
iTrader: 0 / 0%
 

hakem is on a distinguished road

Send a message via MSN to hakem

  Old  sending emails

Hello,

I want to know how to make php send an email 6 days before a certain date.

I don't know how to know if the date is after 6 days

Thanks

Reply With Quote
08-30-2010, 09:09 PM
#2
Gaz is offline Gaz
Gaz's Avatar
Status: Request a custom title
Join date: Apr 2007
Location: UK
Expertise: Code & Programming
Software: Coda, TextMate, Sublime 2
 
Posts: 2,097
iTrader: 26 / 100%
 

Gaz will become famous soon enough Gaz will become famous soon enough

Send a message via Skype™ to Gaz

  Old

PHP Code:
<?php

    $targetdate 
strtotime("10 September 2010");
    
$datenow strtotime("now");

    
$differenceindays = ($targetdate $datenow)/(60*60*24);

    if( 
$differenceindays <= )
        ...

?>
Then you can use a cron every day..?

Reply With Quote
Thanked by:
hakem (08-31-2010)
08-31-2010, 03:47 AM
#3
hakem is offline hakem
hakem's Avatar
Status: Member
Join date: Feb 2010
Location:
Expertise:
Software:
 
Posts: 130
iTrader: 0 / 0%
 

hakem is on a distinguished road

Send a message via MSN to hakem

  Old

Thanks for the Help Gaz

Reply With Quote
Reply    


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

  Posting Rules  
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump:
 
  Contains New Posts Forum Contains New Posts   Contains No New Posts Forum Contains No New Posts   A Closed Forum Forum is Closed