masster
|
| Posted: 04/15/2002, 6:04 AM |
|
Thank you for your quick answer.
I think I'm losing my minds, but it doesn't work
although is a very short project in CodeCharge.
If you'd be so kind, I put the .ccs and .sql database description for MySQL
at http://www.theu.ro/pack.zip for your review.
PLEASE, I need to know where I'm wrong.
|
|
|
 |
Alex Alexapolsky
|
| Posted: 04/15/2002, 6:21 AM |
|
That is pretty simple. You can access primary key variable fldc_id
in event , since id is created only AFTER insert and CC doesn't assign this
value to any of variables , add the following line to your code
$fldc_id = mysql_insert_id();
|
|
|
 |
masster
|
| Posted: 04/15/2002, 8:51 AM |
|
Thank you Alex. You're the man!
I unerstand that session is a pretty good solution for passing field values but I still wonder for how long the session variable is alive?
|
|
|
 |
|