custom block

Permalink 2 users found helpful
How can I call add.php variable in block controller?

This is my add.php code
<?php echo $form->label('content', t('Name')) ?>
<?php echo $form->text('content') ?>


I want to use this 'content' as variable in my block controller.
How can I do this?
Any suggestions?
Thanks in advance...

cjramki