Archive for the 'PHP' Category



This tutorial will tell you how to write text to a blank dynamically generated PNG image in PHP. This is fairly simple, so it will just be the first step in a series of tutorials dealing with images in PHP. The image functions require the GD library to be installed. The code we're using and [...]

This article will tell you how to write text on an existing PNG image using PHP using PHP's image manipulation functions. The image functions require the GD library to be installed. This article is fairly basic, however some more detail on the basic functions used is included in the article, "write text on a dynamically [...]

Generate a Month Calendar In PHP

This article shows you how to display a calendar for a given month, mainly using PHP's date() function. The date() function The date() function displays the date in your desired format, at a given time. It works by accepting one or two parameters, the first is a string with the format, the letters in the [...]

How to use the query string in PHP

This article tells you how to pass variables to a PHP page using the query string, and how to access them from that page. Introduction Have you ever seen a URL which looked like "www.example.com/page.php?mode=1&style=red"? Well, this page is being passed variables and their values through the query string, here the variables "mode" and "style" [...]




About

You are currently browsing the DiscoMoose weblog archives for the 'PHP' category.

Longer entries are truncated. Click the headline of an entry to read it in its entirety.

Categories

Categories