It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

Tutorials

Log In Sponsors

PHP Tutorials

SHOWING LATEST TUTORIALS
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 po
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
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.
In this example we allow a user to enter a ticker example (e.g SUN for sun , MSFT for Microsoft ) and then display the relevant stock info for them. This can be adapted to show only the shares you wish to show or even loop through an array of ticker symbo
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)