by stephane ng.
Thinks for reply but , I know how create activities,
My question is for developpeur , I want creat my own script php.
In de document is explan how i can build block , but now I didn't how
i must do for the center page moodle.
for example:
I want know all email
I will guess this is script
moodle/allemail/index.php
echo $OUTPUT->header(); //call header
echo $OUTPUT->block(); /:call block
//request all email in table mdl_user my script
echo $OUTPUT->footer(); //call footer