Forum Moderators: coopster
$query_get_machine = sprintf("SELECT machines.ID, machines.NotifyID, machines.Name, notify.ID, notify.`Data` FROM machines RIGHT JOIN notify ON machines.notifyID = notify.ID WHERE machines.ID = %s", GetSQLValueString($colname_get_machine, "int"));
Can anyone tell why the notify.`Data` column might be returned empty? All others display as they should.
Thanks!