Re: [PHP-DB] How to write file & store file-name to DB...

2004-04-19 Thread -{ Rene Brehmer }-
Why not just save the information to the database and generate the HTML when needed ??? In the long run, this would mean alot less disk space needed... Rene At 02:15 19-04-2004, you wrote: Hi, I want to save pages that show records for each user's identity, to HTML files then add the file-name t

Re: [PHP-DB] How to write file & store file-name to DB...

2004-04-18 Thread Marcjon Louwersheimer
http://ca2.php.net/manual/en/ref.filesystem.php Look here for write or fwrite. That should be what you want. -- Marcjon -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] How to write file & store file-name to DB...

2004-04-18 Thread Sukanto Kho
Hi, I want to save pages that show records for each user's identity, to HTML files then add the file-name to database.. Each page contain information of certain user.. How to save page to HTML file with PHP...?? Nicholas Sk2 -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, vi