I have a simple query which runs perfect with small result sets ( < 500 ).
However, when i have a result set of 15000 records, PHP seems to hang (remote).
When i execute the query with php.exe on the commandline, everything goes oke.
When i do the same thing through my browser, nothing happens. The max timeout in php.ini is 300 seconds. (on the commandprompt it takes less then 2 minutes)
What can be the issues here ??
MySQL = 3.23.51
PHP = 4.2.1
OS = Win2k