Hi,
I have a question regaring auto increment fields...
I am giving my leads an ID (auto increment variable called cId) and I giving them a string name that is used for several purpose containing that cId.
I set up this cId as auto increment which works fine.
Then I try a dummy test:
$idstr = cId;
$idstr is always empty or zero, tried with number format and so on.
What am I doing wrong here?
Best regards
Lukas
I have a question regaring auto increment fields...
I am giving my leads an ID (auto increment variable called cId) and I giving them a string name that is used for several purpose containing that cId.
I set up this cId as auto increment which works fine.
Then I try a dummy test:
$idstr = cId;
$idstr is always empty or zero, tried with number format and so on.
What am I doing wrong here?
Best regards
Lukas
Comment