I have developed on simple plugin in Joomla 1.6 I stuck at : How to get article title and article url.
I am getting no output if tried to print below statement:
It seems JRequest is deprecated in 2.5 & 3.x as indicated in the Deprecated Elements list.
JRequest
I would rather use the following:
$article_id = JFactory::getApplication()->input->get('id');