$result = mysql_query("
SELECT
*,
DATE_FORMAT(call_start,'$dateformat2') as fcall_start
FROM
call_notes
WHERE
ticketid='$reviewticketid'
ORDER BY
$sql_order
",$dbx);
while ($row = mysql_fetch_array($result)) {
$noteid = $row[noteid];
$result2 =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.