Hi,
It might be the unopened html tags that you close.
ie the tag in
ECHO "".$sw_list[$i]['Computer_ID']."";
is never opened
hth Henrik Hornemann
-Original Message-
From: A. Mikkelsen
To: [EMAIL PROTECTED]
Sent: 28-02-03 14:08
Subject: [PHP-WIN] Still
I'm still having problems :
My query :
$q = "SELECT id, computer_id, date, domain, ip, license_key, software, wm_id
FROM data WHERE id IN (SELECT MAX(ID) FROM data GROUP BY Computer_ID) " .
$Where_Text . " ORDER BY Domain, Date DESC";
The show part:
".$sw_list[$i]['Computer_ID']."";
ECHO "".$