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 | 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. |
| | mungkin ada yg salah di var $to, $subject, $body |
| | value yang akan di restore ke variabel2 tersebut sudah di grab dari tabelnya belum ? | | |
|
Tidak ada komentar:
Posting Komentar