Hi,
How can I set a null hash variable for a nuRunQuery ?
Ex:
if(empty($date_fin))
{
$date_fin = NULL;
};
$s = "call select_donateur('#date_debut#','#date_fin#', '#campagne_id#')";
nuRunQuery($s);
$date_fin = NULL does not work
I also have another question for the nuSendMail with attached files
"If you do want to send attachments, this array needs in the following format [$filename=>$filesource]"
what does [$filename=>$filesource] mean ?
Thanks again!!