Hi,
I am working on php 4.0 with mysql.
I have near about 6-7 tables in mysql database and using that table combination I calculate my required output. It’s working fine, but problem is that due to 26000 records IE takes long time for showing output.
Even I am setting execution time in php.ini file upto 2 hr. but it’s not working.
Anybady knows how to increase the speed of execution or is there any tool view records from mysql using php. (like datagrid)