Senin, 11 November 2013

PHP Indonesia - Facebook: permisi master. saya sedang buat email broadcast. ...

PHP Indonesia - Facebook
PHP Indonesia is a community for everyone that loves PHP. Our focus is in the PHP world but our topics encompass the entire LAMP stack. Topics include PHP coding, to memcached handling, db optimizations, server stack, web server tuning, code deploying, hosting options and much much more. Youtube Channel : http://www.youtube.com/user/OurPHPIndonesia Twitter : @php_indonesia NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
Kindle Book Deals

We find the best deals on best-selling Kindle books for you. Just tell us which genres you love and we'll do the rest. The best part? It's completely free!
From our sponsors
permisi master. saya sedang buat email broadcast. ...
Nov 11th 2013, 12:01, by Pangeran Apa Adanya

Pangeran Apa Adanya 12:01pm Nov 11
permisi master.
saya sedang buat email broadcast.
berikut ini script saya.
_______________________________________
if (mail($to, $subject, $body)) {
echo("<p>Email successfully sent!</p>");
} else {
echo("<p>Email delivery failed…</p>");
}
_______________________________________
$to, $subject,$body saya ambil dari database.
hasilnya muncul pas saya echo variable tersebut.
tapi pas saya run kenapa tidak terkirim ya ?
akan tetapi jika saya buat secara manual seperti dibawahini script berjalan dengan mulus.
_______________________________________
if (mail("test@ymail.com", "test subject", "test isi")) {
echo("<p>Email successfully sent!</p>");
} else {
echo("<p>Email delivery failed…</p>");
}
_______________________________________
mohon pencerahannya.

Muhammad Luthfi Asri 12:06pm Nov 11
mungkin ada yg salah di var $to, $subject, $body

Ovix Dodon 12:19pm Nov 11
value yang akan di restore ke variabel2 tersebut sudah di grab dari tabelnya belum ?

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions

Tidak ada komentar:

Posting Komentar