J
|
Jane 1/11/2008 |
Hi, |
G
|
Greeham author 1/11/2008 |
Hi Jane, |
J
|
Jane 1/11/2008 |
Graham, |
G
|
Greeham author 1/11/2008 |
Hi Jane, |
J
|
Jane 1/11/2008 |
Graham,
if ($_REQUEST["mail"]=="yes") { //send email here //** Redirect to another page **** header("Location: TableName_list.php"); exit(); } |
L
|
laonian 1/16/2008 |
Thanks, Jane. I tested your codes and it works well.
|
J
|
Jane 1/21/2008 |
Hi, echo "<INPUT class=button type=button value=\" send email \" onclick='window.location=\"TableName_edit.php?editid1=".$_REQUEST["editid1"]."&mail=yes\"'>";
$str = "select * from TableName where ID=".$_REQUEST["editid1"]; $rs = db_query($str,$conn); $data = db_fetch_array($rs); //all values are in the $data array |