No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
Anybody help me ? I need a php script that will run automatically every day on Morning 09:00 O'clock. But my script not working. My script. <?php date_default_timezone_set('Asia/Calcutta'); $now = date("h:i"); $base = '09:00'; $to = '[email protected]'; $subject = 'My Subject'; $message = 'Hello'; $headers = 'From: [email protected]' . "\r\n" …
Anybody help me ? I need a php script that will run automatically every day on Morning 09:00 O'clock. But my script not working. My script. <?php date_default_timezone_set('Asia/Calcutta'); $now = date("h:i"); $base = '09:00'; $to = '[email protected]'; $subject = 'My Subject'; $message = 'Hello'; $headers = 'From: [email protected]' . "\r\n" …
The End.
Ajaypal_1