I have files (pdf) that users can view. They are in a protected site.
index.php's first function is to check the User Name and password. If they
are ok, it answers the request.
I want return a pfd file.
So if a user goes to
Index.php would check there user name and password then return the pdf file
to the borwser. Can this be done??
Thanks
Oak
index.php's first function is to check the User Name and password. If they
are ok, it answers the request.
I want return a pfd file.
So if a user goes to
Index.php would check there user name and password then return the pdf file
to the borwser. Can this be done??
Thanks
Oak
Comment