Create Php Script For Simple Match Calculation

Hi,

I need a very basic script that just need to calculate how much time a number (of a list of two colum of number) have a relationship.

For example, i have this:

1 3
1 4
2 4
2 5
2 8
6 9
6 7
22 98
22 99
22 23
23 10
23 24
23 22

In this file i have 2 group of 6 number (1,3,4,2,5,8) and (22,98,99,10,23,24) and only one group with 3 number;
in this case the last row where find 23,22 is null because i already know that on row 10 i have the number 22 and 23, they have a rela…

Leave a Reply

Your email address will not be published. Required fields are marked *