Tag: http
Share Current Folder over the Web
May 29, 2008
Want to show something on your machine to someone over the web? Don’t copy it or upload it somewhere. Just…
HTTP Digest Authentication with PHP
June 25, 2007
The code for using HTTP Digest Authentication with PHP. <?php realm = ‘Restricted area’; if (empty(_SERVER[‘PHP_AUTH_DIGEST’])) { header(‘HTTP/1.1 401 Unauthorized’);…
Recent Comments