|
|
|
| The code used to find pagerank of a website using PHP. |
|
|
|
| Hits:
505 |
|
| Ratings:
3.00 |
|
 |
|
|
|
|
|    Date Added: Jun-14-2005 |
|
|
|
|
|
| Generate random password that includes numbers and letters |
|
|
|
| Hits:
307 |
|
| Ratings:
0.00 |
|
 |
|
|
|
|
|    Date Added: Jun-28-2005 |
|
|
|
|
|
| Data Mining Tutorial complete with Data Mining Tools (PHP Functions) to parse data and match based on regular expressions. Basic Data Mining Steps: Fetch the HMTL page(s) of Interest using the Snoopy PHP Class, Split the page HTML into a more managable portion, Remove un-wanted HTML tag attributes, Reformat HTML, adjust spacing and remove entities, Match content with regular expressions and Store content into a MySQL database for future use. Data mining services available for online resources such as Google, DMOZ, Yahoo, Yellow Pages and several others. |
|
|
|
| Hits:
837 |
|
| Ratings:
4.50 |
|
 |
|
|
|
|
|    Date Added: Jul-09-2005 |
|
|
|
|
|
| This shows how to grab a page from either your own site or another using PHP and cURL. This in fact can be done with only 4 lines of code |
|
|
|
| Hits:
773 |
|
| Ratings:
5.00 |
|
 |
|
|
|
|
|    Date Added: Jul-05-2005 |
|
|
|
|
|
| Using the example of displaying the latest slashdot.org headlines on your website, this tutorial shows you how to use PHP to update dynamic content without the need for cron. |
|
|
|
| Hits:
765 |
|
| Ratings:
3.00 |
|
 |
|
|
|
|
|    Date Added: Aug-09-2005 |
|
|
|
|
|
| This example shows how to get the CSV file for a certain company . We can then get all of the entries and display them individually . This means you could display only the entries that interest you. |
|
|
|
| Hits:
1136 |
|
| Ratings:
1.00 |
|
 |
|
|
|
|
|    Date Added: Jul-04-2005 |
|
|
|
|
|
| This article will show the SIMPLE use of regular expressions (Perl style/PCRE) to get the values of data delimited by HTML tags. Instead of building a parser that pushes start tags onto a stack and pulls them off once a stop tag is found (if one is found) I find it much easier to use regular expressions. This article is NOT a primer to regular expressions and only shows this particular example. |
|
|
|
| Hits:
851 |
|
| Ratings:
5.00 |
|
 |
|
|
|
|
|    Date Added: Jun-07-2005 |
|
|
|
|
|
| This tutorial walks you through on how to create "your own" content grabbing program in minutes. It'll tell you how to create connections, parse unwanted data, smoothen it out and then display it customized to your needs, using a simple yet concrete example of grabbing news from yahoo! |
|
|
|
| Hits:
869 |
|
| Ratings:
3.39 |
|
 |
|
|
|
|
|    Date Added: Jul-30-2005 |
|
|
|
|
|