up vote 0 down vote favorite
share [g+] share [fb]

I have a Joomla website. The suffix of the url path assign by the SEF of Joomla assigns .html to the end of my pages URLs.

If I want to get information from the URL, is it possible to use:

domain.com/name_assign_by_Joomla_SEF.html?var=something&&var_2=something_else

for the $_GET to work?

link|improve this question

3  
Did you try that? – Sarfraz Sep 2 '10 at 14:59
feedback

1 Answer

up vote 0 down vote accepted

this may work, if the .html was added by .htaccess if not, an this is a cached page, u may have some problems using $_GET

link|improve this answer
Thank you, $_GET works even if the end of the url path is .html?var... vs. .php?var... – IberoMedia Sep 2 '10 at 15:51
yes, get is a sending method, it works even if there no extention. – Fincha Sep 5 '10 at 19:12
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.