Thanks for help Hackwar.
I put this into the code:
Code:
$name = JRequest::getVar( 'name', '', 'cbreceipt', 'STRING');
But when I try to load it, it gives me fatal error:
Code:
Fatal error: Undefined class name 'jrequest' in /srv1/www/wmspeak.com/subdomains/www/components/com_registration/registration.php on line 103
It looks like I have to include some library, but I cannot find which one. I was searching through this website and found Hello World example here:
http://dev.joomla.org/index.php?option= ... ello_world . There is also used JRequest, but they do not use any special library. Can please anyone help me how to put it to work?