Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type

New Scripts | PHP | Tutorials & Tips

Results 621-640 of 648
Getting and Using Meta Tags for Search Criteria
PHP has a built-in function to easily fetch meta tags from php or html pages called the get_meta_tags function. It will take all the meta tags and build associative arrays with the name of the associative array being the meta name and value of the associative array being the contents of the meta tag. This tutorial shows how to fetch all the meta tags for a given page and print them to the browser. Then, it can be used to build a search engine that compares the contents of the meta variable to the search_criteria and displays the matching link.
(9 ratings)
Reviews0
PriceFree
Views6443
Searching External or Internal Webpages
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.
(3 ratings)
Reviews0
PriceFree
Views4898
Using Loops to Send Mail to Multiple Recipients
This tutorial with revised code shows you how to send email to multiple recipients using loops.
(3 ratings)
Reviews0
PriceFree
Views5566
Sending Mail To The Mail List
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. It also allows you to choose to send to everyone on the list, or send to only one specific recipient on the list.
(9 ratings)
Reviews0
PriceFree
Views6163
Building a Secure Admin Area & .htaccess
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.
(9 ratings)
Reviews0
PriceFree
Views12814
TD Subscribe Mail Script
Explains how to link to inside every opt-in mail list email to allow subscribers to easily and automatically unsubscribe from the list.
(4 ratings)
Reviews0
PriceFree
Views5840
Sending Email With PHP
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.
(3 ratings)
Reviews0
PriceFree
Views4670
Random Numbers in PHP
In this tutorial you will learn how to generate random numbers using PHP. It illustrates three helpful examples that uses random numbers: Generating a random number between 0 and 9, Simple slots script that generates multiple random numbers, and random text link ads.
(3 ratings)
Reviews0
PriceFree
Views5874
Reading And Using Files
This tutorial/code shows how to read and handle files using PHP. Also explains built-in error protection.
(6 ratings)
Reviews0
PriceFree
Views12498
Mathematical Averages In PHP
Shows how to calculate an average of ratings example, given the accumulated total of all ratings and the total number of votes.
(0 ratings)
Reviews0
PriceFree
Views2051
Using Cookies & File Appending
Explains how to set and check for cookies using PHP. Also demonstrates a simple way to read and write data to a file.
(3 ratings)
Reviews0
PriceFree
Views9180
Using Forms With PHP
This tutotial introduces how to use forms with PHP. Demonstrates how PHP passes information from a form. Also explains security checking using environment variables.
(0 ratings)
Reviews0
PriceFree
Views8585
Adding Date/Time Last Updated
Simple tutorial explains how to add date time stamp "page last updated on..." for a specified file using filemtime function.
(3 ratings)
Reviews0
PriceFree
Views7048
Changing Background Colors Based On Day Of Week
Explains how to change your Web page background based on date in two ways: using if elseif and else statement, and using array.
(0 ratings)
Reviews0
PriceFree
Views2514
Inserting Dates
This basic tutorial shows four different ways of displaying date and time using PHP functions on your Web page.
(0 ratings)
Reviews0
PriceFree
Views8061
Easy Calendar Applications
posted bymusoneinCalendars
Here, you will learn how to build your own online calendar using the MCAL library and PHP. The MCAL library offers a common simple interface for accessing calendars that can be stored in many different formats. Full source code provided.
(39 ratings)
Reviews0
PriceFree
Views17587
Interactive Maps with PHP
This tutorial shows you how to create an interactive image maps using PHP and the GD library. It explains a method to zoom a portion of an image by using PHP and gif files.
(3 ratings)
Reviews0
PriceFree
Views5403
Slapping together a search engine
posted byclayinSearching
ht://dig will take care of indexing and searching your html pages, but if you have very few html pages, and must of your "content" resides in BLOBs in your database. You can't do anything useful using a like searchword query, it just isn't coming back relevant. Here, you will find a way to get around this problem.
(0 ratings)
Reviews0
PriceFree
Views3664
Session Management and Authentication with PHPLIB
This three-page online tutorial/article talks about managing user session and authntication using PHPLIB, a set of PHP classes designed to make is easier to develop web based PHP applications.
(6 ratings)
Reviews0
PriceFree
Views6761
IMAP Mail Reading With PHP3
This tutorial shows you how to use PHP to make a quick, simple and effective IMAP or POP mail reader. The tutorial includes 3 short PHP scripts that allows you to access and read your email from anywhere in the world via your web browser.
(6 ratings)
Reviews0
PriceFree
Views9057
Results 621-640 of 648