A client of mine runs a site (www.resumeref.com) thats creates resumes from the information that users enter from a form. It is running in ASP. The customer wants to join my hosting company and has asked me to re do the design in PHP. I have the basic design up, the forms for the data to be entered, and the database(mySQL) that holds all the different fields. What i want to figure out now is how to retrieve that information from the database(mySQL) and put it into a formatted MS document(.doc) that looks professional. Actually id like to have 2-3 different word templates for them to choose from.
I am new to PHP and I'm looking for maybe some code examples or any references for this process. Any help is appreciated. Seriously, anything.