Home arrow PHP arrow Page 6 - Count Backlinks from Unique Domains Using Yahoo Inbound Links API

PHP-Powered Web Form - PHP

If you've just started using the Yahoo Site Explorer Inbound Links API and want to know how far you can take it, keep reading. This three-part series will show you how to build an application that can help you track your links.

TABLE OF CONTENTS:
  1. Count Backlinks from Unique Domains Using Yahoo Inbound Links API
  2. Requirements
  3. Implementation Concept
  4. Implementation Flow
  5. PHP approximates the overall unique back links count
  6. PHP-Powered Web Form
By: Codex-M
Rating: starstarstarstarstar / 3
January 21, 2010

print this article
SEARCH DEV SHED

TOOLS YOU CAN USE

advertisement

One of the suggested user-friendly web forms uses AJAX PHP validation (details here). We will use this one as an example. As discussed earlier, the form should accept the following user inputs:

1. Root domain URL (starting with http:// and NOT ending with a trailing slash). For example:

www.php-developer.org is NOT acceptable

http://www.php-developer.org/ is NOT acceptable

http://www.php-developer.org – ACCEPTABLE

2. The choice of whether to analyze back links pointing to the entire domain or just to the home page.

3. A captcha for user validation.

The screenshot below shows what the HTML form will look like:

In part two, we will discuss the PHP script/source code in detail.



 
 
>>> More PHP Articles          >>> More By Codex-M
 

blog comments powered by Disqus
   

PHP ARTICLES

- PHP Closures as View Helpers: Lazy-Loading F...
- Using PHP Closures as View Helpers
- PHP File and Operating System Program Execut...
- PHP: Effects of Wrapping Code in Class Const...
- PHP: Building Concrete Validators
- Sanitizing Input with PHP
- Executing Shell Commands with PHP
- Handling File Data with PHP
- File Security and Resources with PHP
- ArrayObject PHP Class Examples
- ArrayObject PHP Class: An Introduction
- Getting File System Data with PHP
- PHP Tools for Working with the File and Oper...
- Working with the File and Operating System w...
- PHP Proxy Patterns: Completing a Blog


© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 10 - Follow our Sitemap

Dev Shed Tutorial Topics: