Code: Select all
echo "<a href='markcourse.php?key=$rowїEmpkey]&lastname=$rowїLastName]&firstname=$rowїFirstName]'>$rowїLastName], $rowїFirstName]</a>\r\n";Code: Select all
//sets expires to date in the past, last modified to current time
header ("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); // Date in the past
header ("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); // always modified
header ("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1
header ("Pragma: no-cache"); // HTTP/1.0Code: Select all
if (isset($act))
mysql_query("DELETE FROM Schedule WHERE Schkey= '$act'") or die(mysql_error());
echo "<a onclick='return confirmSubmit()'href = "$PHP_SELF?key=$userkey&lastname=$lname&firstname=$fname&act=$rowsїSchkey]">Remove</a>\r\n";I hope its clear as to what Im trying to do....does anyone know why this is happening?? Thanks for any help