PHP Tutorials - Miscellaneous
  It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

Tutorials

Log In Sponsors

PHP Tutorials

SHOWING LATEST TUTORIALS
A php tutorial that shows how to use while cycle to convert a number into roman numbers.
Utilize PHP's OOP capability to encapsulate data for easy to maintain code, and allow your code more plugability into your scripts. This tutorial is designed for people who know the basics of Object Oriented Programming and PHP. (Intermediate level tutori
This article talks about a seemingly minor change to the include function and how it has dramatically affected the creation of Web applications, particularly a system called FreeEnergy. The ecommerce package FreeTrade also uses FreeEnergy as the basis of
A function to change an email address or URL into a clickable HTML link using eregi_replace.
A number of websites, including php.net, allow you to view the source code of their PHP pages. This is usually to allow you to see how the page is put together and how the PHP code itself is written. Usually, it is not possible to view the PHP source but
This article will attempt to demonstrate how to connect to an LDAP server using PHP. Specifically, the example given will connect to a public LDAP server and perform searches. This example closely mimics the way Netscape® Communicator 4.* uses its address
Here is a simple way in which you can make a bad filter that can stop people from swearing or any other thing that you do not want them to do.
Classes are the fundamentals of OOP (Object Oriented Programming), which may sound scary but they are basically containers for functions, they allow data to be stored within them and when a function is called they output data, it is as simple as that.
Metatags are a way for you to define your web page and web site to the outside world. You can declare the title, keywords and description, which help your placement in search engines. In addition, you can specify who owns the copyright, how often the page
COM allows the reuse of code written in any language. This tutorial explains how to read records from ms-access database through php. COM functions are only available on the Windows version of php. In order to run this script you should have com.allow_dco
The author notes "The Java extension is an extremely exciting tool. By learning how to use this module, you can extend PHP by the power of all available Java classes. To show you the basics of the Java extension, this article will cover installation and a
Make all your webpages search engine friendly by converting them to *.htm files. (Requires mod_rewrite on your server.) Touches upon regular expressions.
This tutorial will teach you how to use a new way to integrate php codes from a separate file.
This tutorial will show you how to get the IP of the person viewing your site.
Have you seen a page asking you to choose a language? This process can be done automatically so users can see the content on their local languages not doing additional clicks. This tutorial explains the technique of getting language data from the HTTP req
This short tutorial will guide you through a hypothetical process of adding a movie rating system to a movie database site. Goes over the PHP code and MySQL queries.
How to parse any RSS feed using the Magpie PHP class.
When you write a PHP script and want to distribute it, it must still fall under some legal terms. The GNU GPL is the best method to get your work out into the world, and of course as open source software.
One of the things that all programmers love is to write a program which writes another program. On the web we have two different programming environments: the client (browser) and the server. Due to the HTTP protocol definition we can write a program on t
The Zend Optimizer is a free application that runs the files encoded by the Zend Encoder and Zend SafeGuard Suite, while enhancing the running speed of PHP applications.