joomla question

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
nga
Forum Commoner
Posts: 46
Joined: Mon Aug 17, 2009 3:05 am

joomla question

Post by nga »

uhm, i dont know if people answer joomla question here? I have this website developed using joomla and now, i want to add on this function to the website but only available to some registered user. Therefore, i want to extract username(or something similar from joomla cookie) and compare it with the database. I tried to use print_r($_COOKIE); but the returned value is Array ( [__utma] => 109650709.687611625828137300.1251799894.1251870446.1251881040.3 [__utmb] => 109650709.1.10.1251881040 [__utmz] => 109650709.1251799894.1.1.utmcsr=... which makes pretty much no sense to me.

Attempted to use firefox to show the cookie also but the values appears just as senseless

Can anyone give me any advices?
Post Reply