php events problem |
4/18/2008 7:22:21 AM |
PHPRunner General questions | |
R
rajx author
<img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=8200&image=1&table=forumtopics' class='bbc_emoticon' alt=':unsure:' /> i entered this into before record added event |
|
J
|
Jane 4/18/2008 |
Hi, echo "KPI_Date=".$values["KPI_Date"]; echo "ID=".$values["ID"]; $values["sys_info"]=$values["ID"].$values["KPI_Date"]; |
R
|
rajx author 4/18/2008 |
Hi, to debug your code ptint all variables before:
|
J
|
Jane 4/21/2008 |
Hi, |