PHP Scraping and Form filling tutorials.
I'm not one to make websites that don't make money and just for a hobby however I keep getting asked the same questions over and over again. So I decided to setup a site that I answer a lot of those questions, in hopes I don't have to give on the fly tutorials. You'll find topics in here
Recent Updates:
4-3-2008
PHP Platform I Write Code In - Blog
As I’m sure you know PHP as with most languages you can code right in a text editor on your home computer. However this might not be the most effective use of your time. I get asked...
[There's a lot of other updates between these dates, I'm to lazy to add them so just go to the blog. You'll figure it out.]
10-2-2007
New Blog
- If you haven't noticed yet I added a blog to this site in an effort to make the management a little easier until I can code up my own CMS. I'm doing my best to post new tutorials and scripts to it at least once every few weeks.So if you haven't had a chance to check it out yet have a look and add it to your RSS reader and you'll be automatically updated to new stuff.
9-15-2007
Where to start with PHP?
Are you looking for a simple reading suggestion for getting started or advancing your PHP coding skills? Well I'd love to give you all the answers right here but... HAHAH yeah right buy a book dumb ass I'm way to lazy for that. If you're looking for some good suggestions on ones to start with check out my PHP Book & Resource Suggestion Page.
8-13-2007
Newbie PHP Curl Form FIlling Tutorial
-Ever wanted to figure out how to fill a form automatically and login, post a comment, check your email or anything other thing you need to fill a form to do? This will give you a step by step on the tools you need to do it easily.
6-24-2007
Affiliate Marketing vs. Adsense
-Hmm what should I do focus on niches and affiliate marketing or build what I want and love and use adsense. Being as I'm an internet marketer and not a hobbiest I have some strong feelings on this subject, read and you'll find out!
6-20-2007
SQUIRT Cron Submitter - Released
-If you're lazy like me and don't want to think about submitting your url's to squirt each day or don't want to submit them 1 at a time this will do it for you. Fully coded php posting script using curl.
6-6-2007
Basic Web Scraping Using PHP and CURL
- Expanding on what you learned in the previous examples using file_get_contents(). We're going to replace it with CURL a robust library of functions for getting webcontent.
5-12-2007
Basic PHP Data Parsing
- Today we're going to take the data we scraped from the first tutorial and use some basic regex in php to parse or extract out what we want from it.
