placing the clientsname before the documentname |
5/9/2008 2:22:17 PM |
PHPRunner General questions | |
S
shoppy author
Hi all, |
|
![]() |
kujox 5/9/2008 |
What I have done is have a field which is client id in the document table, you can then use this field to list all the documents for that client |
S
|
shoppy author 5/10/2008 |
Hi Kujox, |
S
|
shoppy author 5/15/2008 |
Jane, |
J
|
Jane 5/15/2008 |
John, $file_move = array($file['tmp_name'],GetUploadFolder($field).$value);
$value=$SESSION["UserID"]."".$value; |
S
|
shoppy author 5/15/2008 |
Sorry Jane, |
J
|
Jane 5/15/2008 |
John, |
S
|
shoppy author 5/15/2008 |
John, I can't tell what happens without any clarifications. Doesn't work means nothing. Please post code you're changed here or publish your project on Demo Account and send to support@xlinesoft.com a URL to your pages along with instructions on reproducing this error.
|
J
|
Jane 5/15/2008 |
John, $value=$SESSION["UserID"]."".$value; $file_move = array($file['tmp_name'],GetUploadFolder($field).$value);
|
S
|
shoppy author 5/15/2008 |
Sorry Jane, |
J
|
Jane 5/16/2008 |
John, global $conn; $str = "select Naam from _klant where LoginName='".$_SESSION["UserID"]."'"; $rs = db_query($str,$conn); $data = db_fetch_array($rs); $_SESSION["Naam"] = $data["Naam"];
|
S
|
shoppy author 5/16/2008 |
John, I see what you're saying. Save client name in the new $_SESSION variable the AfterSuccessfulLogin event and then use this variable in your code. Here is a sample code for event: where LoginName is your actual field name.
|