C
|
cgphp 7/31/2012 |
In the "After record added" event, try to echo the tID value; echo $keys['tID']; |
T
|
Tempus_Erus author 8/2/2012 |
In the "After record added" event, try to echo the tID value; echo $keys['tID'];
|
C
|
cgphp 8/2/2012 |
Is tID the primary key? Is it autoincrement? |
T
|
Tempus_Erus author 8/2/2012 |
Is tID the primary key? Is it autoincrement?
|
C
|
cgphp 8/2/2012 |
Is it autoincrement? |
T
|
Tempus_Erus author 8/2/2012 |
Is it autoincrement?
|
C
|
cgphp 8/3/2012 |
Do you get errors when you try to redirect the page? Check firebug! |