C
|
cgphp 2/17/2012 |
UserID is not a selected field in the query, and picture is not fetched in the echo statement. Not sure what you want to do. |
S
|
Sergej author 2/17/2012 |
UserID is not a selected field in the query, and picture is not fetched in the echo statement. Not sure what you want to do.
|
![]() |
Admin 2/17/2012 |
Your code doesn't make much sense as you reference variables that are not defined anywhere like $_SESSION["id"] and $data["UserID"]. echo "<img src=\"imager.php?table=Individual_profiles&field=picture&key1='".$_SESSION["UserID"]."'\">";
|
S
|
Sergej author 2/17/2012 |
[quote name='admin' date='17 February 2012 - 03:13 PM' timestamp='1329488026' post='64375'] echo "<img src=\"imager.php?table=Individual_profiles&field=picture&key1='".$_SESSION["UserID"]."'\">";
|
![]() |
Admin 2/17/2012 |
Try to print $data["UserID"] on the web page and then open in browser the following URL: imager.php?table=Individual_profiles&field=picture&key1=<user id here>
|
S
|
Sergej author 2/17/2012 |
Try to print $data["UserID"] on the web page and then open in browser the following URL: imager.php?table=Individual_profiles&field=picture&key1=<user id here>
|
![]() |
Admin 2/17/2012 |
Sergej, |
S
|
Sergej author 2/17/2012 |
Sergej, if you have a support contract post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program. We'll be glad to assist.
|
![]() |
Admin 2/17/2012 |
Post it anyway, we'll help you. |
S
|
Sergej author 2/18/2012 |
Dear Sergey - i posted the whole pproject i'm working on |
![]() |
Admin 2/20/2012 |
Make sure you open a ticket sending your demo account URL. Until you do so we don't know where to look and how to reproduce the issue. |
S
|
Sergej author 2/22/2012 |
Make sure you open a ticket sending your demo account URL. Until you do so we don't know where to look and how to reproduce the issue.
|