Search found 2 matches

by nicodejong
Tue Nov 08, 2005 9:51 am
Forum: PHP - Code
Topic: using php to auto-generate an m3u playlist?
Replies: 15
Views: 6180

Tried it with set_time_limit()... was not working.

I found a solution: IIS6, Metabase.XML (CGITimeout = 300) setted it to (CGITimeout = 7200)

And it works!!!
by nicodejong
Tue Nov 08, 2005 6:23 am
Forum: PHP - Code
Topic: using php to auto-generate an m3u playlist?
Replies: 15
Views: 6180

I followed the code exactly as it has been written, and it works. But when i try to import about 40.000 mp3's into the database, everytime the php script stops after 5 min.. (300 sec) Allready enlarged the timeout for PHP.INI Using PHP 4.4.1 on IIS6 with MySQL 4.1.14 on a Windows 2003 Server.. Can a...