Serve PDF files on your website by requesting the user to register their email address. The PDF file is sent to the given email address and the user details registered on a database. This is a very simple script and relies on four main features.
Apache mod_rewrite (via the .htaccess file)
PHPMailer
MySQL database
the simple-register.php script itself




