I've got the following query executing in my php code:

$query = "INSERT INTO table1(created,updated,ses)     
values(now(),now(),'$this->PNPSES->ses')";
MYSQL_QUERY($query);

query executes fine, but when I look at the ses column in inserted row it says 
Object->ses instead of a value.

Any ideas why?

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to