Hi Friends !!
Pleas help..
I need immediate reply..
is the following part of my php script is coorect ...
##########################
$query = "SELECT email, sendEmail"
. "\n FROM #__users"
. "\n WHERE ( gid = 24 OR gid = 25 )"
. "\n AND sendEmail = 1"
. "\n AND block = 0"
;
$database->setQuery(...