tutorials

Sponsors
Partner Sites

PHP Tutorials


Miscellaneous Functions
Here, various miscellaneous PHP functions are explained. Includes sort, include, header, crypt, exec, exit, system, and more.
PHP Tutorials > Miscellaneous
 
Harnessing PHPs FreeEnergy
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
PHP Tutorials > Miscellaneous
 
In 2 Columns
If you need the data of an array displayed in 2 columns. Can be easily modified for more than 2.
PHP Tutorials > Miscellaneous
 
Convert links into clickable hyperlinks
A function to change an email address or URL into a clickable HTML link using eregi_replace.
PHP Tutorials > Miscellaneous
 
Scramble/shuffle a string
This is a way to scramble or shuffle a string. It grabs the first word in a sentence and it scrambles each word individually.
PHP Tutorials > Miscellaneous
 
A Register Globals Story
The register_globals configuration option is a deadly one, but knowing how to develop with it on and off can benefit you greatly. Reading this will help you get a hang of dealing with it all in a fast and easy pace.
PHP Tutorials > Miscellaneous
 
A Rating System
This tutorial will teach you how to set the base for a large PHP application -- from basic conceptualization to outlining classes, this tutorial takes you through each step, illustrating everything with examples.
PHP Tutorials > Miscellaneous
 
Viewsource
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
PHP Tutorials > Miscellaneous
 
Create an LDAP Address Book
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
PHP Tutorials > Miscellaneous
 
Dynamic CSS with PHP
Learn how to make pages out of big databases. This tutorial will generate links in the following format: << First < 4 5 6 7 8 9 10 > Last >>
PHP Tutorials > Miscellaneous
 
Bad Word Filter
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.
PHP Tutorials > Miscellaneous
 
PHP Tutorials (Various)
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.
PHP Tutorials > Miscellaneous
 
Freelance PHP MySQL Jobs
This article explain about where to find freelance jobs related to PHP and MySQL. Also included some tips for freelancers or a wanna-be freelancers.
PHP Tutorials > Miscellaneous
 
Dictionary of HTML META Tags
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
PHP Tutorials > Miscellaneous
 
COM Support in PHP
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
PHP Tutorials > Miscellaneous
 
Advanced Pagination
Various tutorial sections for the newbie, intermediate all the way up to the pro user. Most tutorials hold your hand and walk you through a process step by step. Includes an option to learn how to build your very own web blog. Includes database help tutor
PHP Tutorials > Miscellaneous
 
Modifying TIMESTAMP
Learn how to turn 050309112684 into 09/03/05 11:26:48 using the substr() function in php.
PHP Tutorials > Miscellaneous
 
HTTP_USER_AGENT
PHP Tutorials > Miscellaneous
 
PhpMini User Agent
This script will allow guests to see more details about an IP Address.
PHP Tutorials > Miscellaneous
 
PHPMini Text Filter
This tutorial will tech you how to create a "text filter" which checks for certain words in the text that a user submits, and replaces the "filtered text" with text that you would like it to be replaced by.
PHP Tutorials > Miscellaneous
 

« 23 24 25 26 27 28 29 30 31 32 33 34 [35] 36 37 38 39 40 41 42 43 44 45 46 47