Software Listing of Author : "Php-scripts.com"
- Adding Date/Time Last Updated
- License: Shareware
- Price:


Simple tutorial explains how to add date time stamp "page last updated on..." for a specified file using filemtime function.
- Publisher: php-scripts.com
- Date Released: 12-06-2011
- Download
- Platform: PHP, Scripts
- Admin user interface: adding and deleting users
- License: Shareware
- Price:


This is the second part of creating Web-based admin user interface. This tutorial covers adding and deleting users via Web form using a MySQL database.
- Publisher: php-scripts.com
- Date Released: 19-01-2011
- Download
- Platform: PHP, Scripts
- Building a Secure Admin Area & .htaccess
- License: Shareware
- Price:


This tutorial along with sample code explains how to make a hardcoded admin password gateway using PHP. It also covers how to use .htaccess for server side password protection.
- Publisher: php-scripts.com
- Date Released: 02-10-2011
- Download
- Platform: PHP, Scripts
- Building an Opt-in Email List
- License: Shareware
- Price:


This helpful tutorial shows you how to build an opt-in email list in PHP. It covers validating email addresses, checking for duplicate email addresses, adding to a mailing list, and changing a strings case.
- Publisher: php-scripts.com
- Date Released: 25-02-2011
- Download
- Platform: PHP, Scripts
- Changing Background Colors Based On Day Of Week
- License: Shareware
- Price:


Explains how to change your Web page background based on date in two ways: using if elseif and else statement, and using array.
- Publisher: php-scripts.com
- Date Released: 13-01-2011
- Download
- Platform: PHP, Scripts
- Connecting to a mySQL database
- License: Shareware
- Price:


This tutorial explains how to use several basic MySQL database functions in PHP.
- Publisher: php-scripts.com
- Date Released: 26-05-2011
- Download
- Platform: PHP, Scripts
- Creating dynamic dropdown lists in mySQL
- License: Shareware
- Price:


This tutorial describes how to build a basic admin interface to allow you to add and delete users from the browser instead of having to Telnet into the mySQL monitor and do it manually.
- Publisher: php-scripts.com
- Date Released: 25-08-2011
- Download
- Platform: PHP, Scripts
- Getting and Using Meta Tags for Search Criteria
- License: Shareware
- Price:


PHP has a built-in function to easily fetch meta tags from php or html pages called the get_meta_tags function.
- Publisher: php-scripts.com
- Date Released: 16-01-2011
- Download
- Platform: PHP, Scripts
- Inserting Dates
- License: Shareware
- Price:


This basic tutorial shows four different ways of displaying date and time using PHP functions on your Web page.
- Publisher: php-scripts.com
- Date Released: 01-08-2011
- Download
- Platform: PHP, Scripts
- Making your PHP code work better with Front Page
- License: Shareware
- Price:


Here, you will find tips on how to work around some common problems that may occur when inserting PHP code within pages on Microsoft Front Page.
- Publisher: php-scripts.com
- Date Released: 23-09-2011
- Download
- Platform: PHP, Scripts
- Mathematical Averages In PHP
- License: Shareware
- Price:


Shows how to calculate an average of ratings example, given the accumulated total of all ratings and the total number of votes.
- Publisher: php-scripts.com
- Date Released: 11-07-2011
- Download
- Platform: PHP, Scripts
- php-scripts.com
- License: Shareware
- Price:


This site dedicated to PHP programming offers many useful tutorials and tips in a diary style format.
- Publisher: php-scripts.com
- Date Released: 12-11-2011
- Download
- Platform: PHP, Scripts
- Random Numbers in PHP
- License: Shareware
- Price:


In this tutorial you will learn how to generate random numbers using PHP.
- Publisher: php-scripts.com
- Date Released: 15-01-2011
- Download
- Platform: PHP, Scripts
- Reading And Using Files
- License: Shareware
- Price:


This tutorial/code shows how to read and handle files using PHP. Also explains built-in error protection.
- Publisher: php-scripts.com
- Date Released: 13-06-2011
- Download
- Platform: PHP, Scripts
- Searching a Directory of Files
- License: Shareware
- Price:


This tutorial shows you how to dynamically compile the list of files in a given directory. You can then conduct keyword searches on the compiled list for finding matching files.
- Publisher: php-scripts.com
- Date Released: 16-07-2011
- Download
- Platform: PHP, Scripts
- Searching External or Internal Webpages
- License: Shareware
- Price:


This tutorial explains how to conduct keyword searches on a given Webpage. It basically shows how to count and display the number of times a specific keyword appears on the Webpage.
- Publisher: php-scripts.com
- Date Released: 12-07-2011
- Download
- Platform: PHP, Scripts
- Sending Email With PHP
- License: Shareware
- Price:


In this tutorial you will learn how to create a form mail system in PHP. Explains how to use form fields and redirection for (un)successful submissions.
- Publisher: php-scripts.com
- Date Released: 20-07-2011
- Download
- Platform: PHP, Scripts
- Sending Mail To The Mail List
- License: Shareware
- Price:


In this tutorial, you will learn to create the admin send mail form. It shows you how to use a loop to send the mail instead of simply separating the cc email addresses by commas.
- Publisher: php-scripts.com
- Date Released: 25-01-2011
- Download
- Platform: PHP, Scripts
- TD Subscribe Mail Script
- License: Shareware
- Price:


Explains how to link to inside every opt-in mail list email to allow subscribers to easily and automatically unsubscribe from the list.
- Publisher: php-scripts.com
- Date Released: 15-03-2011
- Download
- Platform: PHP, Scripts
- Using a page by page password system using mySQL
- License: Shareware
- Price:


One cool thing about php is that you can fairly easily validate users before displaying content on a page by page basis. Let's say you don't want to restrict the entire directory using htaccess, this is a neat alternative.
- Publisher: php-scripts.com
- Date Released: 07-06-2011
- Download
- Platform: PHP, Scripts
- Using Cookies & File Appending
- License: Shareware
- Price:


Explains how to set and check for cookies using PHP. Also demonstrates a simple way to read and write data to a file.
- Publisher: php-scripts.com
- Date Released: 11-07-2011
- Download
- Platform: PHP, Scripts
- Using Forms With PHP
- License: Shareware
- Price:


This tutotial introduces how to use forms with PHP. Demonstrates how PHP passes information from a form. Also explains security checking using environment variables.
- Publisher: php-scripts.com
- Date Released: 19-11-2011
- Download
- Platform: PHP, Scripts
- Using Include To Avoid Unnecessary Repetition
- License: Shareware
- Price:


Simple tutorial showing how to use the function include for simplifying your Web page authoring. Useful for header and footer insertion for multiple pages.
- Publisher: php-scripts.com
- Date Released: 25-09-2011
- Download
- Platform: PHP, Scripts
- Using Loops to Send Mail to Multiple Recipients
- License: Shareware
- Price:


This tutorial with revised code shows you how to send email to multiple recipients using loops.
- Publisher: php-scripts.com
- Date Released: 05-03-2011
- Download
- Platform: PHP, Scripts