![]() |
Sergey Kornilov admin 1/11/2012 |
Could you clarify what's wrong with WHERE clause below? It looks like it would do the job. "user_id = '". $_SESSION['UserID']. "'" |
L
|
loserkids04 author 1/11/2012 |
Could you clarify what's wrong with WHERE clause below? It looks like it would do the job. "user_id = '". $_SESSION['UserID']. "'"
|
![]() |
Sergey Kornilov admin 1/11/2012 |
$_SESSION['UserID'] is a textual value of logged user username. |