Is it possible to run .php files on my local computer?

Sure you just need to setup a local web server. Check out XAMPP: http://www.apachefriends.org/en/xampp.html That will get you up and running in about 10 minutes. There is now a way to run php locally without installing a server: https://stackoverflow.com/a/21872484/672229

Linking to a pdf file with html

LINK Here is my link I’m keeping my pdf file (path.pdf) in the resources folder and am trying to click this link to open the pdf. When I click it while running local the error is ” Your file was not found It may have been moved or deleted.” It’s clearly there. ive checked, spell … Read more