How to put other field, other than LOGGED ON AS <username> |
11/10/2007 09:04:31 | |
| PHPRunner General questions | ||
|
J
joesjnr author
<img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=6775&image=1&table=forumtopics' class='bbc_emoticon' alt=':ph34r:' /> |
||
|
|
Alexey admin 11/12/2007 |
|
Joe, $_SESSION["dept"]=$data["dept_name"];
echo $_SESSION["dept"]; |
|