K
|
kdeloach 7/14/2008 |
I have a before record updated event. The value of $where function is: my_table=1234 I need to capture the value 1234 only in a variable to be inserted into another table. I'm trying a php string function but haven't been successful yet. Maybe some phprunner function? thanks
|
J
|
Jane 7/15/2008 |
Hi, |
D
|
dakk author 7/15/2008 |
Thanks for the replies. Both work along with the one I came up with below. Interesting I am hitting Oracle fields and $keys[my_id] works good. |