/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php set_time_limit(0);// this will keep the script from stopping if it takes longer then 30 seconds, must have this here $emailsubject = "This is a sample subject!"; // here we loop through the mysql array until we reach then end {// start while // we use the sql var. $row and we use the field 0 to pickup the email address }// end while ?>
URL: http://phelps.impactwow.com