PHP Tutorial

How to create a link checker

In this tutorial I will show you how to create your own basic link validate script to check link availability on any site.
General » phptoys.com
Score(+): 16 | Views: 370 | Save it | Report it


Top 20 Similar PHP Tutorials

LiveThunder's Link Checker

Tired of checking of links on ur page are working manually? That can take hours. why waste your time when u can make this superb automatic link checker. enjoy!
Basics » livethunder.com
Score(+): 4 | Views: 114 | Similar Tuts | Save it | View this tutorial

Creating a domain checker

In this tutorial I will show you how to create a PHP script to check whether the actual domain name is available or not.
Advanced » phptoys.com
Score(+): 3 | Views: 133 | Similar Tuts | Save it | View this tutorial

LiveThunder's Server Checker

Is your Server Down? or It's Working Fine? Monitor your server. Ping it automatically and many more features. Learn it today so you don't have to regret later. Enjoy
Basics » livethunder.com
Score(+): 8 | Views: 134 | Similar Tuts | Save it | View this tutorial

Advanced Form Spell Checker

This tutorial will show you how to create a spell checker in PHP
Advanced » hotsnow.co.uk
Score(+): 2 | Views: 149 | Similar Tuts | Save it | View this tutorial

Link Verifier

Using sockets check whether and link input by a user is working or gives a 404 error, many uses in many websites. Don't let users submit 404 links anymore!
Advanced » tutorialcode.com
Score(+): 3 | Views: 158 | Similar Tuts | Save it | View this tutorial

Build A Link Scraper With PHP

In this tutorial you will learn how to build a PHP script that scrapes links from any web page. The lesson covers extracting content from a site using cURL, parsing the content with PHP's Dom functions, finding links using XPath queries, and storing the links in a MySQL database. Legal issues associated with scraping content is discussed at the end of the tutorial.
Basics » merchantos.com
Score(+): 3 | Views: 183 | Similar Tuts | Save it | View this tutorial

Link Exchange System with Dreamweaver CS3, PHP, MySQL and CSS

This tutorial will take you through all steps in developing your own link exchange system using Dreamweaver CS3, PHP, MySQL and CSS. First part of this tutorial covers the following topics: 1. Defining Project 2. Database design 3. Connecting to database 4. Designing template. Second part which will follow shortly will explain how to create a control panel and manage all dynamic data using Dreamweaver CS3.
General » sebastiansulinski.co.uk
Score(+): 3 | Views: 155 | Similar Tuts | Save it | View this tutorial

Link Exchange System with Dreamweaver CS3, PHP, MySQL and CSS Part 2

In the previous part of this tutorial we have learned how to define a new project in Dreamweaver CS3, how to design a database, how to connect to the database using Dreamweaver's build in tools and how to create a template and apply it to our pages. In this part of the tutorial we have a look at how to create a control panel to manage our links.
Database » sebastiansulinski.co.uk
Score(+): 3 | Views: 115 | Similar Tuts | Save it | View this tutorial

Simple button affiliate link system built with PHP and MySQL

This tutorial will teach you how to build a simple button links system and keep track of the number of visitors you send to your affiliates.
General » chipmunk-scripts.com
Score(+): 5 | Views: 150 | Similar Tuts | Save it | View this tutorial

Create a PHP Include File to create logging of server messages to a central logfile

This is a PHP include file which does logging of messages to a central logfile. You can use it in all your applications to avoid writing the same code over and over.
General » coolcommands.com
Score(+): 6 | Views: 267 | Similar Tuts | Save it | View this tutorial

Create a Web 2.0 Tag Cloud Using PHP

Learn how to Create a Web 2.0 Tag Cloud Using PHP
General » bytemycode.com
Score(+): 4 | Views: 225 | Similar Tuts | Save it | View this tutorial

PHP create surveys

A php/mysql do your own survey tutorial to help you find the best answers to your questions directly from your visitors.
Basics » roscripts.com
Score(+): 3 | Views: 210 | Similar Tuts | Save it | View this tutorial

Create Thumbnail with PHP

Create a copy of an image as a thumbnail. You get a great function that use the GD library to create the new thumbnail file.
PHP and Images » 999tutorials.com
Score(+): 3 | Views: 214 | Similar Tuts | Save it | View this tutorial

Create a Visitor Map

This tutorial aims to outline the process of creating a visitor map you sometimes see on MySpace profiles.
Database » zymic.com
Score(+): 4 | Views: 223 | Similar Tuts | Save it | View this tutorial

2 different methods to create BBcode in PHP

This is a practical guide on creating simple and complex bbcode with php
General » tutorio.com
Score(+): 3 | Views: 167 | Similar Tuts | Save it | View this tutorial

Create your own password generator using PHP

This tutorial will show you how to setup a basic password generator that includes basic features that every password generator should use.
Security » iscripting.net
Score(+): 5 | Views: 281 | Similar Tuts | Save it | View this tutorial

How to create webpages using ExpressionEngine

The basic concept in ExpressionEngine is that of a template. Go to any ExpressionEngine powered website and you will undoubtedly be looking at a template. Templates are what the outside world sees. At its most basic, a template in ExpressionEngine is a HTML (or CSS or JavaScript) file. If we wanted to, we could use a template exactly like a HTML file, without any problems. We could create an entire website without ever using any other part of ExpressionEngine. At the end, you will have a completely working weblog, and a great understanding of how you can use HTML and CSS in templates.
Advanced » packtpub.com
Score(+): 8 | Views: 365 | Similar Tuts | Save it | View this tutorial

Create a Countdown timer in PHP

After studying this tutorial, you will be able to create countdown timer in PHP
Date and Time » gfx-depot.com
Score(+): 4 | Views: 252 | Similar Tuts | Save it | View this tutorial

Create a Facebook Application With PHP

This tutorial covers the basics of using the Facebook PHP Client Library and how to get your application started, including, installing the Facebook Developer Application, downloading the Facebook PHP Client Library, create your application, a hello Facebook! example, FBML - Facebook Markup Language and using the Facebook API.
Basics » developertutorials.com
Score(+): 3 | Views: 249 | Similar Tuts | Save it | View this tutorial

How to Create a Custom RSS Feed with PHP

An RSS feed is a great way to serve up your content to users. However, if you're not using a standard CMS or blogging platform you may not have an RSS feed generated for you automatically. This tutorial will show you how to create an RSS feed in a few simple steps. If you can query your database to get information about your articles, you can complete this tutorial and build a custom feed.
General » earn-web-cash.com
Score(+): 5 | Views: 298 | Similar Tuts | Save it | View this tutorial