I am currently working on a local server. what I've done so far :
- I am using xampp
- set a php/html form
- connect php to mySql
Now, I'd like to retrieve the MySQL data and compile it with LaTeX (of course, there would be some .tex coding to allow the formatting)
Steps :
- user enters information in a form
- the information will be saved in a MySQL database
- the data will be taken from the MySQL database and will be output in a text file template (with .tex code already)
- Compile the .tex file to output a PDF
- save the PDF on the server some where
For now, I already have steps 1-3, but my problem is that I do not know how to compile a latex program on a server.
Any suggestions? Thanks!