|
J
|
Jane 11/18/2008 |
|
Hi, <input type=button class=button value=Logout onclick="java script: window.location.href='login.php?a=logout';"> |
|
|
T
|
thesofa author 11/18/2008 |
|
Where do |I go to make a custom page? |
|
|
|
Sergey Kornilov admin 11/18/2008 |
|
I think you can create thankyou.html file in Notepad. As an alternative you can use one of View/Print pages in PHPRunner, |
|
|
T
|
thesofa author 11/19/2008 |
I think you can create thankyou.html file in Notepad. As an alternative you can use one of View/Print pages in PHPRunner,
header("Location: v_ans_6_view.php");
header("Location: v_ans_6_view.php?editid1=".$_SESSION["id"]);
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
|
T
|
thesofa author 11/19/2008 |
|
changed the logout part to <a class="tablelinks" href="login.php?a=logout">Log out</a>
|
|