×
Oct 6, 2022 · To get the URL of the current webpage do: use Joomla\CMS\Uri\Uri; $uri = Uri::getInstance(); $url = $uri->toString();.
Jun 3, 2022 · Re: How to use GET-Param from URL in custom field on an article (or auto-fill http_referer) ... Hi JoPhi, Welcome to the Joomla community. I think ...
Jan 13, 2020 · The Joomla Input class (previously known as JInput class) allows you to retrieve the parameters which were sent in the HTTP request. It doesn't ...
The variables should still be available in the $_REQUEST variable. In the php code, do a print_r( $_REQUEST ) and you should see them all there. Sincerely,
I'm trying to develop my first component for Joomla 3.x. In the backend almost everything works fine but in the frontend there is one big problem: The frontend ...
May 21, 2011 · Hi all, I want to use a dynamic order form when clicking on a group. I pass the groupname in the url, but I can't retrieve the parameters in ...
Jun 26, 2009 · Basically I need to find out the query string that generates the current page, ie the text following the '?' in this example, http://www.domain.
May 2, 2012 · I took a look at Joomla's Menu Manager component (com_menus), which passes along a url parameter "menutype". I can't find anywhere it's ...