File uploading

Hi Guys :smiley:

Now that I have my login working and showing information from Mysql DB to each user, I need a way to display PDF files to them.

I thought that if I created a front end to Mysql via MS Access or something, I could output the file straight into Mysql and it will display on the Webpage once that user logs in?

Any thoughts of the best way to do this?

Each user would have their own PDF files as this will be used to hold their Invoices and Estimates

Every record etc is set by Username as this is unique to each customer

Are the pdf files already created?

You can create pdf files with: http://www.fpdf.org/, or the user can just print their own from a web page.

Sponsor our Newsletter | Privacy Policy | Terms of Service