php delay action?
php delay action?
Out of context: Reply #15
- Started
- Last post
- 21 Responses
- xrusos0
it's so bad that even this won't stop multiple emails sent to the same user:
if (!$mailsent) {
$mail($email, $subject, $body, $headers)
$mailsent="sent";
}what can i do?