Scraping Websites With cURL

Web Page Scraping is a hot topic of discussion around the Internet as more and more people are looking to create applications that pull data in from many different data sources and websites.
In my other tutorials, I talked about using PHP’s file_get_contents function to pull a web page and download the information into a variable [...]

SEO Art of WAR – 3 Ways to Spy on Your Competitors

Let’s face it, to succeed in the world of online marketing you need to know exactly what your competitors are up to otherwise you could find yourself falling down Goolge’s search results faster than Senator Larry Craig’s pants in an airport’s bathroom.
SUN TZU wrote the ART OF WAR during the 6th century BC as a [...]

Web Page Scraping …. A How To!

In my previous posts, I talk a lot about web site scraping to gather data from the web to create a database web site. The question in you may have in your mind is exactly how does one do this. The good news is that there are many ways to get this done, [...]