A
|
ann 11/4/2010 |
Ted, |
T
|
tedwilder author 11/9/2010 |
Hello. |
![]() |
Sergey Kornilov admin 11/9/2010 |
You'll need to run a SQL query that retrieves the ID of this record from SSH table. $sql = "select id from ssh where username='" . $_SESSION["UserID"] . "'"; |
T
|
tedwilder author 11/10/2010 |
Ok I'm trying that. |
![]() |
Sergey Kornilov admin 11/10/2010 |
That example from manual works if user knows the URL and trying to open it directly. In your case user doesn't know this URL - that's why you need to use supplied code sample. |
T
|
tedwilder author 11/12/2010 |
I'm afraid it's not working and cant figure out why because it's very simple.. SO I opened a ticket and uploaded the project. |