Makign an object collide continously

I have an object that will fall onto another object and then execute a line of code. However It only counts as colliding once. I want it to execute the code as long as it is touching it. Any ideas?

Are you using OnCollisionEnter(), then? If so, have you looked at OnCollisionStay()?