hi
I Have <p>Entry One <input type=text name=name[]> <input type=text name=tel[]> <input type=checkbox name=check[] value=1> <p>Entry Two <input type=text name=name[]> <input type=text name=tel[]> <input type=checkbox name=check[] value=1> <p>Entry Three <input type=text name=name[]> <input type=text name=tel[]> <input type=checkbox name=check[] value=1> <p>Entry Four <input type=text name=name[]> <input type=text name=tel[]> <input type=checkbox name=check[] value=1> <p>Entry Five <input type=text name=name[]> <input type=text name=tel[]> <input type=checkbox name=check[] value=1> . i want to process entries only with checked checkbox how can i do this in php?