In article <3CD3C8A3.19104.5190C40@localhost>, [EMAIL PROTECTED] 
says...
> I need all the records in my database saved as separate html files on 
> the disk how can I do this with PHP?
> 
> Youri
> 
> <>< <>< <>< <>< God is our provider ><> ><> ><> ><> 
> http://www.body-builders.org/
> 
> 
Use a suitable query to select the info, then cycle throught the results 
and use fopen/fwrite to save as files.


-- 
David Robley
Temporary Kiwi!

Quod subigo farinam

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to