Hi all ,
I'm implementing a commercial site for a company
And they want the system with archiving feature .
General view of the system :
the company has projects and wants to tracking the projects with the client through a forum-like system .
the project is like the section in the forums .
when the project is finished the company want to archive the project and delete it from the system .
I suggest the following for archiving :
Save the project with comments as html file from php file and download it to the user issued archiveing .
I have only 2 Questions :
- Do you have other suggestion for archiving system .
- How can I save php file as html file .
Thanks in advanced .