browse by tag: php
sort by
Handling UTF-8 with PHP
in PHP added by goodphptutorials, on 16/12/2007 character encoding internationalisation php utf8
This article is intended as a reference for functionality PHP provides which can either help with handling UTF-8 or should be regarded as a risk when used in conjunction with UTF-8 encoded strings.
comment save reportBeginners PHP Part 2
in PHP added by Slipszenko, on 26/11/2007 beginner tutorials general php
A tutorial for complete beginners to PHP.
comment save reportBeginners PHP Part 1
in PHP added by Slipszenko, on 25/11/2007 beginner tutorials general php
A tutorial for total beginners to PHP.
comment save reportHow to write a PDF from PHP with a custom font and encoding
in PHP added by prodevtips, on 5/11/2007 advanced tutorials php
This is a description of how to go about writing PDF documents from PHP in any font and language.
comment save reportBasic Plugin/Event Architecture
in PHP added by AKnife, on 15/5/2007 abstraction advanced tutorials events php plugins
Any complicated application will require some level of abstraction on top of the programming language itself; a strong plugin and event architecture can make for strong reusable components, as well as clean, easy to manage code.
comment save reportSimple AJAX Library
in PHP added by AKnife, on 13/5/2007 AJAX JavaScript advanced tutorials php
Javascript and PHP make for a powerful combination allowing instant user-feedback via this simple AJAX library
comment save reportGD Library Bar Chart
in PHP added by PartDigital, on 5/5/2007 Chart GD Library Graph dynamic media php
Create a dynamic bar chart with PHP and GD Library.
comment save reportA (safe) contact form using Xajax and PHPmailer
in PHP added by finalwebsites, on 30/4/2007 AJAX advanced tutorials forms php phpmailer xajax
Try this tutorial to create web form to send e-mails to ONE e-mail address without having problems with spambots. The e-mail is send with SMTP and the form is processed with Xajax.
comment save reportMaking XML/XSLT driven site using PHP
in PHP added by AnyExample, on 23/4/2007 advanced tutorials php xml xsl xslt
This article contains an example of simple PHP-engine for XML/XSLT driven web-sites which implements simple caching techniques and Apache-based XML file processing.
comment save reportHow to run a SQL query in phpMyAdmin
in PHP added by Brandon, on 15/4/2007 beginner tutorials mysql php phpmyadmin query
This will provide you basic information on how to use phpMyAdmin
comment save reportFast PHP Tutorials, Part 3: Install PHP in Linux
in PHP added by goodphptutorials, on 16/3/2007 beginner beginner tutorials linux php setup
This Part 3 of the FAST PHP tutorial series. In this chapter, you'll learn how to install PHP in linux.
comment save reportWrite Your Own Smarty Modifier
in PHP added by jelena, on 13/3/2007 beginner tutorials php smarty modifier smarty templaes
This short tutorial explains how to write Smarty modifiers.
comment save reportWorking with Directories
in PHP added by Nolte, on 22/2/2007 directories file handling iterators php php5 recursion
As is necessary for any language, PHP has a complete set of directory support functions. PHP gives you a variety of functions to read and manipulate directories and directory entries. Like other file-related parts of PHP, the functions are similar to the C functions that accomplish the same tasks, with some simplifications. This tutorial describes how PHP handles directories. You will look at how to create, remove, and read them.
comment save reportCreate Thumbnail Images using PHP
in PHP added by Nolte, on 19/2/2007 dynamic gd2 image media php thumbnail
This tutorial will describe how to create thumbnail images on the fly using PHP. Furthermore you will learn how to process a whole folder of images and create their thumbnails. Since this requires the GD library, you will need an installation of PHP with at least GD 2.0.1 enabled.
comment save reportDynamic Thumbnails from Websites
in PHP added by finalwebsites, on 15/2/2007 file media php thumbnail web service
This tutorial will show you how to create dynamic thumbnails from websites using the thumbnail service Girafa.
comment save reportDynamic (2 level) navigation list
in PHP added by finalwebsites, on 16/1/2007 function general navigation nested menu php
The creation of a dynamic nested unordered list without using any JavaScript code is sometimes a problem because the script needs to "remember" the values, sub values and also the query string from previous clicked links. In this tutorial we will learn how to create a dynamic navigation menu powered by PHP and MySQL only. While using standard HTML elements (unordered lists) it's easy to add different CSS styles later.
comment save reportThe 10 mistakes you should avoid with PHP
in PHP added by regindk, on 10/1/2007 advanced tutorials mysql php security
A list of the 10 most common mistakes done by PHP developers and how to avoid them.
comment save reportHow to connect to MySQL database using PHP
in PHP added by goodphptutorials, on 28/11/2006 database databases mysql php
Before you can get content out of your MySQL database, you must know how to establish a connection to MySQL from inside a PHP script. To perform basic queries from within MySQL is very easy. This article will show you how to get up and running.
comment save reportThe Practicality of OO PHP
in PHP added by goodphptutorials, on 18/10/2006 design object oo programming oop php
There seems to be a common pitfall among some PHP developers--especially those just beginning PHP programming--and that is their lack of object-oriented (OO) PHP use. This article's purpose is to inform developers about the practicality of OO PHP; fully understanding the benefits of using OO PHP should be a requirement in the PHP learning process.
comment save reportAJAX Suggest Tutorial
in PHP added by goodphptutorials, on 20/2/2006 AJAX JavaScript advanced tutorials google suggest php suggest
This tutorial will walk you through creating a search suggest similar in fashion to that of Google Suggest using AJAX technologies.
comment save reportPHP Cheat Sheet
in PHP added by goodphptutorials, on 6/1/2006 beginner tutorials cheat sheet php reference
The PHP cheat sheet is designed to be printed on an A4 sheet of paper and live by a developers desk, to make life a bit easier.
comment save report