J
|
Jane 2/9/2009 |
Hi, <input type=button class=button value="send email" onclick="window.location.href='tablename_view.php?editid1={$show_key1}?mail=yes';">
if ($_REQUEST["mail"]=="yes") { $email="..."; $message = "..."; $subject = "..."; mail($email, $subject, $message); header("Location: tablename_view.php?editid1=".$_REQUEST["editid1"].""); exit(); } |
N
|
netmedia59 author 2/10/2009 |
Hello Jane, |
J
|
Jane 2/13/2009 |
Hi, <input type=button class=button value="send email" onclick="window.location.href='tablename_view.php?editid1={$show_key1}&mail=yes';">
|
N
|
netmedia59 author 2/16/2009 |
Hi Jane, |