![]() |
Sergey Kornilov admin 9/28/2006 |
If you use basic search simply copy list page URL |
M
|
mckirkus author 9/28/2006 |
Thanks, I can get the user ID onto different parts of the page using <?php echo $_SESSION["UserID"];?>
|
![]() |
Alexey admin 9/29/2006 |
Hi, if($data=db_fetch_array($rs)) { $_SESSION["UserID"] = @$_POST["username"]; and insert this line just after: $_SESSION["email"]=$data["email"];
<?php echo $_SESSION["email"];?> |