Forum Moderators: open
I am going to create a simple dbase with 20 fields, that my agents are going to enter data for leads. simple. ive done this before on a simple scale.
What they want for the future is to be able to create a PDF document, for instance, and have it upload to the SQL server for storage.
Then i will create a web form, to query this information and display, for instance, the PDF document.
Is that going to require more than just some PHP to do all of this....
I am not sure what is involved into document storage.
thansk
alternatively you could have a form that uploaded the doc to a specified folder and at the same time a SQL query that marked the location (url) of that upload. make sense?
then you would probably need a php generated page that would list out the doc name and the link/path to it.