A
|
alang 11/12/2007 |
Try using backquote (`) around your field names and single quote(') around the values. ie |
|
scuba author 11/13/2007 |
Try using backquote (`) around your field names and single quote(') around the values. ie "`user_id`='". $_SESSION["OwnerID"]."'"
|
|
scuba author 11/13/2007 |
What's the difference between OwnerID and UserID?? |
![]() |
Alexey admin 11/13/2007 |
$_SESSION["OwnerID"] contains OwnerID value used for advanced security |
|
scuba author 11/15/2007 |
I really don't wanna bother you guys - but is anyone aware of a solution for my problem (read top post)? I've been trying to solve this for the last 3 days, my wisdom has reached an end <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=23366&image=1&table=forumreplies' class='bbc_emoticon' alt=':(' /> |
![]() |
Alexey admin 11/15/2007 |
Hi, |
|
scuba author 11/15/2007 |
Thanks Alexey, I'll try again. |
![]() |
Alexey admin 11/15/2007 |
Hi, $values["FieldName"]=$_SESSION["OwnerID"]; or $values["FieldName"]=$_SESSION["UserID"]; |
|
scuba author 11/15/2007 |
I LOVE YOU DUDE!!!! You saved my meeting for next week!! I promise I'll buy the next update - 1000 thanks!!! <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=23379&image=1&table=forumreplies' class='bbc_emoticon' alt='B)' /> |