Coming along great with ZAPnews (newsletter, mlm recipe)...
I got stuck on this line. Any suggestions? $dir = wiki.d.
Temp-MailList is the group containing my queued newsletters. I want $p
to be an array of all the pmwiki page names in the specified group.
$p = glob('$dir/Temp-MailList.*');
print_r($p);
die();
Cheers,
Caveman