Jul 11
PHP by example
Learn the basics of programming in PHP with examples. Building program easily and quickly in this site. Free access to solved and proposed exercises.
Jun 29
Beginning PHP-GTK: Creating a Simple Interface
This tutorial will guide you through creating a simple PHP-GTK Graphical User Interface (GUI).
Jun 16
Dates and Calendars module in Drupal 5
Dates and Calendars is an article extracted from Marjorie Roswells’s new book titled, ‘Drupal 5 Views Recipes’ by Packt Publishing. In this tutorial, users will learn how to create a wide variety of views, mostly from a single workshop content type. This chapter rounds out coverage of all of the Views User Interface fieldsets, including [...]
Jun 16
PHP and XML
In this tutorial we will go thru the possibilities of an XML manipulation by the PHP. We'll take a look at XML related PHP extensions and explain their use on fully working RSS mini reader.
Mar 22
Passing Values In The Url With Php
Here is simple php technique which will allow you to pass information between pages through the URL. The format used to pass variables in the URL is the url itself. Something like this:
Mar 16
Random Password Script
In this tutorial you´ll learn how to make a simple php script that will display random password every time you click "Generate Password"
Mar 4
How to create ExpressionEngine webpages
The basic concept in ExpressionEngine is that of a template. Templates are what the outside world sees. At its most basic, a template in ExpressionEngine is a HTML (or CSS or JavaScript) file. If we want, we can use a template exactly like a HTML file, without any problems. We can create an entire [...]
Feb 23
Access Control
This tutorial gives the outline of a highly flexible role-based access control system. Furthermore, it helps in establishing principles using standard notions of RBAC. The tutorial teaches you the code for administering RBAC and also explains how questions about access can be answered.
Dec 11
Using The PHP Include Command
The include command is used to insert the content of an external HTML page into an existing PHP page.
Oct 28
Image Uploading With Auto Thumbnails Using PHP
Learn how to upload images using php and create thumbnails at the same time. Easy to follow procedure designed for new comers to understand easily.
Oct 21
POSIX Regular Expessions in PHP
This tutorial brings you a basic overview of regular expressions in POSIX style and their support in PHP
Oct 6
How to extract numbers from a string (text)
This is a short function that extracts numbers from a string
Oct 6
Make an alphabetical selection from elements of an array
Here’s a snippet that extracts elements from an array starting with a specific letter (alphabetical search).
Oct 6
Equivalent of trim() function for arrays
This function strips the null element values from the beginning and ending of an array.
Oct 6
Randomize text letters while keeping the words readable
This is a function that converts a normal text into a scrambled one, but still readable.