Hi, > im doing a php page which is retrieving data from xls sheet and its > works well the xls sheet having 150 records. its limited to 20 records > per page to show on result page .there is a search box and button to > search some specific data , the search parameter giving the result > from first page result only. i can't get result from full excel sheet. > > $searchparameter=$_GET['searchparameter']; > $totalrow=$data->rowcount($sheet_index=0);
You must be using some sort of PHP/Excel library, which one is that? PHPExcel by any chance? KR, Jochen -- NZ PHP Users Group: http://groups.google.com/group/nzphpug To post, send email to [email protected] To unsubscribe, send email to [email protected]
