|
Name |
Requested by? |
Last Updated |
Works with |
\n";
echo"$i | \n";
echo"$row[Name] $row[Version] | \n";
echo"$row2[UserName] - $row2[UserEmail] | \n";
echo"$date | \n";
echo"$row[AppName]"; if($row[OSName] != "ALL") { echo" ($row[OSName])"; } echo" | \n";
echo"\n";
}
?>
$i) {$authors .=", ";}
}
$sql = "SELECT `UserName`, `UserEmail`,`date` FROM `t_approvallog` TA INNER JOIN t_userprofiles TU ON TA.UserID=TU.UserID WHERE `ID`='$id' AND `vID`='$_GET[vid]' AND `action`='Approval?' LIMIT 1";
$sql_result = mysql_query($sql, $connection) or trigger_error("MySQL Error ".mysql_errno().": ".mysql_error()."", E_USER_NOTICE);
$row = mysql_fetch_array($sql_result);
$requestedby = $row["UserName"];
$requestedon = $row["date"];
$requestedbyemail = $row["UserEmail"];
?>