On a table of MySQL, can I designate the path of some file instead of data? -
i'm new mysql. i'm trying develop web application using mysql , php.
my web application shall enable users check business result through web. develop functionality successfully, make table includes users' information pdf format.
technically, row of table not data, path of pdf file exists somewhere in file system.
specifically, when user logs on via web, can see list of information , article of list linked pdf file. when user clicks article, mysql server shall call pdf file user can see pdf document.
which function can enable mysql server call pdf file? should insert function table or what?
you can put path of file in database , call using php methode fileopen()
Comments
Post a Comment