http://www.markuptutorials.com
http://webdesign.org
http://www.vectorials.com
http://www.tutorialkit.com
http://www.flashperfection.com
http://www.3dlessons.com

All PHP Tutorials - LearnPHP.org

Sort byTutorials Per Page
Pages:105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | Next| Last

md5() Hashing Using PHP

Author: Biorust  Rating:
One of the many ways of hashing data using PHP is a function called md5(). md5() converts a string of text into a 32-character hash, using a secret algorithm, thus protecting the original source information.
October 20, 2006 Today Views: 1 Total Views: 758

Page Loading Time

Author: Spoono  Rating:
Learn how to output the time a page takes to load.
October 20, 2006 Today Views: 1 Total Views: 594
First thing we need to do is create two files. One that will contain our class, name this one func_math.php.
October 20, 2006 Today Views: 1 Total Views: 589
Variables are a very important aspect of PHP and in this small tutorial I hope to explain the very basics... We're just going to dive right in!!
October 18, 2006 Today Views: 1 Total Views: 611

Intro To Object Oriented

Author: phan  Rating:
For this tutorial, you need to be pretty fluent in php. Object can be very complex and very confusing, so have a good understanding of php is a must.
October 18, 2006 Today Views: 1 Total Views: 545
Learn how to make a Browser-Dependent Stylesheets.
October 17, 2006 Today Views: 1 Total Views: 633
This tutorial will each you how to make a very basic function in PHP.
October 17, 2006 Today Views: 1 Total Views: 516

Alternating Row Colors

Author: phan  Rating:
Theres two different ways this can be done. The first is by getting results from a mysql query, the second is going through the values of an array. I'll go over both.
October 17, 2006 Today Views: 1 Total Views: 602

Custom Greeting

Author: phan  Rating:
Now this is cool and all but lets get even cooler and learn how to put that time to work and display custom greeting depending on the time of day.
October 16, 2006 Today Views: 2 Total Views: 563

Simple BBcode part 1

Author: TyR  Rating:
How to create a simple BBcode function for smilies.
October 16, 2006 Today Views: 3 Total Views: 575
Pages:105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | Next| Last