Recently Popular Php Tagged Tutorials
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.
May 19
Import Structure and Data using phpMyAdmin 3.1
In this extract from Marc Delisle's new book, ‘Mastering phpMyAdmin 3.1 for Effective MySQL Management’, users will learn to bring back exported data created for backup and transfer purposes. They will get an overview of the various options available in phpMyAdmin to import data, and different mechanisms involved in importing SQL and CSV files.
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
Social Bookmarking with WordPress Plugin
From this tutorial, users will learn how to create a working, useful, and attractive WordPress plugin from scratch. Users will also learn how to extract information using WordPress API and how to use CSS to improve the appearance of the plugin. The knowledge users will gain from this tutorial alone will allow them to write [...]
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.