edit |
2/25/2008 7:44:42 AM |
PHPRunner General questions | |
G
garethp authorDevClub member
Hi another problem... |
|
J
|
Jane 2/26/2008 |
Hi, global $conn,$strTableName; if ($_REQUEST["editid1"]) { $str = "select * from ".$strTableName." where partid=".$_REQUEST["editid1"]; $rs =db_query($str,$conn); if ($data = db_fetch_array($rs)) if ($data["archive"]==1) { header("Location: tablename_list.php"); exit(); } } |
G
|
garethp authorDevClub member 2/28/2008 |
Fantastic - just the job!! |