Salve a tutti,
potrei chiedere un consiglio a chi ha più esperienza?
Cosa c'è che non va in queste 3 righe?? Sto sbattendo la testa
da 2 giorni...
$db =& JFactory::getDBO();
$db->setQuery("SELECT email FROM 'jos_users' WHERE id=63");
echo $db->loadResult();
Error: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''jos_users' WHERE id=63' at line 1 SQL=SELECT email FROM 'jos_users' WHERE id=63
Per favore... un aiuto...