[PHP] Re: speaking of control structures...

2009-05-05 Thread Maarten Schalekamp
im not sure if i understand exactly what you want. but from what ive gathered, did you try to make use of a FUNCTION? "Tom Worster" wrote in message news:c625f5f7.a80f%...@thefsb.org... there's a control structure i wish php had: a simple block that you can break out of, e.g. block { if (

[PHP] Re: Newbie - Setting Up Some Basic Sendmail Scripts

2009-05-05 Thread Maarten Schalekamp
i think you will need to make use of a pear package to be able to do this. pear package: http://pear.php.net/package/Mail examples: http://blog.thekimsfamily.com/archives/3 docs: http://pear.php.net/manual/en/package.mail.mail.factory.php http://pear.php.net/manual/en/package.mail.mail.send

Re: [PHP] Re: Can this be done?

2009-05-05 Thread Maarten Schalekamp
can try the foreach, put all the urls in one array something like this might work: http://www.greenecountymo.org/sheriff/warrants.php";; $targets[] = "http://www.greenecountymo.org/sheriff/page2.php";; $targets[] = "http://www.greenecountymo.org/sheriff/page3.php";; foreach ($targets as $tar