Welcome Guest, Not a member yet? Register   Sign In
how do you do a newsletter (batches)
#4

[eluser]sophistry[/eluser]
i suggest using

$this->db->limit(5);

and (if you have enough of them visiting your site) tell the robots to do your work:

Code:
$this->load->library('user_agent');
if ($this->agent->is_robot()) run_subscriptions();


Messages In This Thread
how do you do a newsletter (batches) - by El Forum - 07-11-2009, 09:36 PM
how do you do a newsletter (batches) - by El Forum - 07-11-2009, 10:20 PM
how do you do a newsletter (batches) - by El Forum - 07-11-2009, 10:53 PM
how do you do a newsletter (batches) - by El Forum - 10-05-2009, 08:35 AM
how do you do a newsletter (batches) - by El Forum - 10-05-2009, 08:40 AM
how do you do a newsletter (batches) - by El Forum - 10-05-2009, 08:49 AM
how do you do a newsletter (batches) - by El Forum - 10-05-2009, 09:18 AM



Theme © iAndrew 2016 - Forum software by © MyBB