Hello,
I’m sorry, my English is bad
8x8 -> if this is not available -> 8x12
8x12 -> if this is not available -> 8x16
8x16 -> if this is not available -> 8x20
8x20 -> if this is not available -> 8x24
8x24 -> if this is not available -> 8x32
9x8 -> if this is not available -> 9x12
9x12 -> if this is not available -> 9x16
9x16 -> if this is not available -> 9x20
9x20 -> if this is not available -> 9x24
9x24 -> if this is not available -> 9x32
10x8 -> if this is not available -> 10x12
10x12 -> if this is not available -> 10x16
10x16 -> if this is not available -> 10x20
10x20 -> if this is not available -> 10x24
10x24 -> if this is not available -> 10x32
14x8 -> if this is not available -> 14x12
14x12 -> if this is not available -> 14x16
14x16 -> if this is not available -> 14x20
14x20 -> if this is not available -> 14x24
14x24 -> if this is not available -> 14x32
17x8 -> if this is not available -> 17x12
17x12 -> if this is not available -> 17x16
17x16 -> if this is not available -> 17x20
17x20 -> if this is not available -> 17x24
17x24 -> if this is not available -> 17x32
Sample Table
Sample
$source_input=10;
$source_outpu=12;
OR
Sample
$source_input=14;
$source_outpu=16;
include “./includes/config.php”;
$sql=mysql_query(“SELECT * FROM multiswitch WHERE input_x_output=’???’”);
How this query?
Best Regards