When I import or migrate data on a server I always get the max execution error, but as long as you use whats below then you should be safe. Works wonders on a share hosted server.
set_time_limit(30);
echo '<pre><!-- ' . str_repeat(" ", 256) . ' --></pre>';
flush();
« Back to my notebook