By: Pieter
Date: 2010-10-16
Time: 18:58
|
Joomla Article
I have created a Joomla article where I display data from a table that is inside the Joomla database. The table's key is also ID and is insync with the Joomla User database.
if i create a mysql select query i am able to extract the correct user's data e.g. WHERE id=-78 will display the data user with ID 78.
Is it possible to display the data for the specific logged in user? thus is a variable that picks up the logged in user's ID and assign it to the ID?
Thank you
|