Posted by blackghost on 03/23/06 20:10
1. Is it possible to search in a specific column? try : $fixed_col = 5; for ($i=1;$i<=row_numbers;$i++) { if ( $table[$fixed_col][$i] == $search_value ) { echo "found !"; exit; } }
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming