MCQs > IT & Programming > Joomla > Consider the following code: $db =&JFactory::getDBO(); $query ='DELETE FROM #__users WHERE username = '; SELECT count(*) FROM #__users WHERE username = '; ' $db->setQuery($query); echo $db->loadResult(); What is the output?

Joomla MCQs

Consider the following code: $db =&JFactory::getDBO(); $query ="DELETE FROM #__users WHERE username = ''; SELECT count(*) FROM #__users WHERE username = ''; " $db->setQuery($query); echo $db->loadResult(); What is the output?

Answer

Correct Answer: 1

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Joomla Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Joomla Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it