I want something that should be fairly simply. However, I am new to PHP and do not know the correct keyword.
I have small form that asks for a password. If the password matches a hard coded password a file download of an exe file should begin.
I have this set up as a function with "if else". All works except for the actual code to begin the download. I have tried all kinds of various keywords.
Would someone please, tell me exactly what I would need to put in my function to download a file like http://www.example.com/_test/bla.exe
Thank you for your time and hlep