This topic is locked

Passing ID value to variable

10/17/2007 7:14:02 AM
PHPRunner General questions
L
Lisa2006 author

Table: suppliers

Fields: ID, company, quote_id
I would like to simply pass the automatically generated ID value to a variable called quoteref
Can you please supply the code.
Lisa

Alexey admin 10/17/2007

Here is the code for After record added event:

$quoteref=$keys["ID"];