PHP Download Page

前端 未结 5 792
我在风中等你
我在风中等你 2021-01-29 07:13

How do these PHP download pages (e.g. somesite.com/download.php?id=somefile) often found work?

I originally thought of a page that does the counter stuff, and then simpl

5条回答
  •  花落未央
    2021-01-29 08:04

    If you precede your DownloadFile() function with some security verification you can easily protect the file, either via using the user_session or sending the password as part of the query.

提交回复
热议问题