Three questions:
1) Whats the basic syntax for storing a file (specifically PDfs) in a database. Will this make the database signifcantly slower then just storing a link in the database? How do I then access these files with PHP?
2) Is there a way to make the initial page at my website a .php? My host is running cPanel X if that helps...
3) How do I pass variables (parameters maybe?) to another page by what hyperlink the user clicks on. For example if the user wants to find everything that fits into one category, s/he clicks on the link that searchs for those files, but all the hyperlinks point to one page, it just finds different things by what is clicked
Thanks!