I would like to update some PHP code into the Joomla framework, replacing things like:
$myvar=$_POST["myvar"];
with
$myvar=JRequest::getVar('myvar');
This seems like it should be easy enough but I can't get it to work. How do I do that?
feedback
|
|
Search for
and replace with
| |||
|
feedback
|