![]() |
Sergey Kornilov admin 10/20/2005 |
Hi,  $registered=true;  $onload="";  $_SESSION["UserID"]=$strUsername; // this will log in as a newly registered user  .... // put your code to determine the URL for a View page here  header("Location: ..._view.php?editid=...");  return; } } |
H
|
HurricanHollow author 10/20/2005 |
Hi, |
![]() |
Sergey Kornilov admin 10/21/2005 |
Jon, $_SESSION["yourtable_sql"] = "select * from yourtable where id=$id";
|
H
|
HurricanHollow author 10/21/2005 |
Hi Sergey,
|
![]() |
Sergey Kornilov admin 10/24/2005 |
Hi, $_SESSION["ShowCaseEntry_sql"] = "select * from ShowCaseEntry where id=$id";
|