How to import large MySQL data dump using PHP?



My webhost does not give me shell access. Normally, I use this sort of
command on my local machine:

c:\data> c:\mysql\bin\mysql -uroot -pxxxxx db < file.sql

My webhost gives me PhpMyAdmin access, but I can never use that successfully
with large files. The sql file I need to import is 15MB.

thanks,

brian


.