- 1,233 categories
- 40,462 scripts
Updated: 07/27/2000
- This is a simple PHP script that lets you add text news to your homepage through a Web admin interface. It allows you to add, delete, modify and list the news articles. Methods used include: form handlin, file handling, POST method, and Arrays.
- Categories
- Tags
- Platforms
- Licenses
- Ever wanted to see who enters your site and how? With this program you can do just that. ServerStats is a RealTime PHP (Apache) Log Analyzer that parses your servers log file to list variable components. It lists IPs, Domains, Referrers, OSs, Browser...
- phpTOUR is an Online Slide Show program using PHP and MySQL. To present an online tour of your slides, put the slides in a folder and list their names with descriptions in a MySQL database (supports ADODB, too). You''ll need to modify the phptou...
- This PHP script allows you to pack all images from the current directory into an archive called index.php; access one of these images by calling index.php?pic=[PICNAME]; list all images in the archive; and unpack all images. Please note that the PHP ...
- ATtools is a set of two PHP scripts for working with the NT Schedule service (through AT). It consists of ATbackup.php that makes a backup of AT job list to a batch file for easy restoring, and ATempty.php which empties the AT job list.
- This tutorial teaches you to initiate user authentication using PHP, and then to authenticate users by matching the value of the global variables $PHP_AUTH_USER, and $PHP_AUTH_PW to a list of valid usernames and passwords. The sample code included wi...