Category Archive: PHP

Jun 12

Add Watermark to Images with php

With this post, I will teach you how to add a watermark to your images by using php. This script can be extremely helpful in websites where you want to limit the copying/use of your work without your permission. This script is a must for online galleries. It will also be of interest to people …

Continue reading »

Jun 12

Create Graphs with PHP

061211_1613_CreateGraph1.png

We will be using GdChart, one of the fastset graphing extension. It can handle most common types of graphs with the only major missing feature being that it currently doesn’t handle legends. Either create your own legend beside your graph, or maybe even layer it into the background image of your GdChart graph if you …

Continue reading »

Apr 10

Scrape 1000 Google Results with PHP

You might have read my this post on getting google search results with php. This time, I have used a completely different way to get the results, and with this method, you can get top 1000 results for a query, with is the maximum google provides. Also, the order and number of results are same …

Continue reading »

Mar 21

Get Google Search Results with PHP

Want to get all the top google  search results in an array with PHP? Just read on and do it yourself! This script basically outputs the url’s of all the top results of a google search, but it can be modified to output other details also. We will be using the google ajax api in …

Continue reading »

Mar 03

How to Create a Visitor Map with PHP

id159_step1_substep1_preview

This tutorial aims to outline the process of creating a visitor map you sometimes see on MySpace profiles. It does not aim to be a definitive guide on creating an incredibly precise map, but rather shows an example of the process involved and how different APIs and data can work together. Due to the nature …

Continue reading »

» Newer posts