Kaoz-tutorials
Filters (New!) | RSS feed RSS feed | Our Tutorials | Submit Tutorials | Contact

PHP programming

< Previous 1 2 3   5 Next >>
Photoshop
Flash
HTML and CSS
JavaScript
PHP programming
Basics
Cookies and Sessions
Database
Images
Object Oriented Programming
Security

Introduction to OOP using PHP October 16th, 2007

This tutorial is an introduction to object oriented programming (OOP) with PHP. Upon finishing this tutorial, you should have the basic tools necessary to begin navigating the world of OOP. Throughout, we will build upon one example while key terms and nuances to OOP with PHP are introduced. In addition, some time will be spent showing how to integrate object oriented PHP with MySQL.

PHP programming >> Object Oriented Programming >> kirupa.com
Broken Link | 131 clicks |
  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Check that characters in a variable are alpha numeric using ereg September 7th, 2007

This verifies if a PHP variable string contains characters other than letters or numbers using the PHP function ereg. This PHP code snippet can be useful for form input where you only want users to input alpha numeric characters.

PHP programming >> Basics >> totallyphp.co.uk
Broken Link | 13 clicks |
  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

How to use functions in PHP July 6th, 2007

Many times we need to use code to do one thing with different input values. If put this code at each place where we need this funtionality files in our PHP project will grow up with more lines of code.

PHP programming >> Basics >> onlinehowto.net
Broken Link | 81 clicks |
  • Currently 4/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Make a PHP info file July 6th, 2007

This tutorial will show you how to display Apache PHP configuration.

PHP programming >> Basics >> onlinehowto.net
Broken Link | 61 clicks |
  • Currently 4/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Zend Optimizer installation July 6th, 2007

This tutorial will show you how to install Zend Optimizer on a server with RedHat like Linux operation systems.

PHP programming >> Basics >> onlinehowto.net
Broken Link | 37 clicks |
  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

MySQL SELECT query from PHP scriptMySQL SELECT query from PHP script July 6th, 2007

This tutorial will show you how to use MySQL querys to database in your PHP scripts.

PHP programming >> Database >> onlinehowto.net
Broken Link | 61 clicks |
  • Currently 4/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Sending e-mails with PHP mail() function July 6th, 2007

You have seen html form whose send e-mails based on content entered in the form and now you want the same form on your web site. Ok, no problem.

PHP programming >> Basics >> onlinehowto.net
Broken Link | 60 clicks |
  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

UHits - PHP proxy hits generator April 18th, 2007

Here is little tutorial to create proxy hits generator using PHP. This scripts uses free proxies to generate hits to specified website.

PHP programming >> bewebmaster.com
Broken Link | 44 clicks |
  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Creating ZIP and TAR archives on the fly with PHP April 10th, 2007

Learn how to create ZIP and TAR archives on the fly using PHP and the PEAR::Archive_Zip and PEAR::Archive_Tar packages in this tutorial.

PHP programming >> phpit.net
Broken Link | 50 clicks |
  • Currently 4/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

PHP File Upload March 31st, 2007

To allow users to upload files from a form can be very useful.

PHP programming >> w3schools.com
Broken Link | 107 clicks |
  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

PHP script to display Google PageRank September 8th, 2006

PageRank is a numeric value that represents how important a page is on the web. It is Google's way of measuring the importance of web site. Here is PHP script to calculate PageRank...

PHP programming >> bewebmaster.com
Broken Link | 87 clicks |
  • Currently 2/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Search engine friendly URLs for dynamic content September 8th, 2006

A simple php solution for search engine friendly URL's for dynamic content...

PHP programming >> bewebmaster.com
Broken Link | 88 clicks |
  • Currently 2/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

PHP/MySQL search engine script September 8th, 2006

New to digital imaging? Wrestling with the idea of pixels, mega pixels, pixels-per-inch, and pixel dimensions can seem like enough to make you wish you'd stuck with your old oatmeal box camera. Don't give up yet! Read on to learn more

PHP programming >> bewebmaster.com
Broken Link | 71 clicks |
  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

PHP Style Switcher September 7th, 2004

Separate the content from presentation and let your visitors choose a color scheme for your site; uses PHP sessions.

PHP programming >> mtdev.com
Broken Link | 170 clicks |
  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Create a Hierarchical Navigation Menu September 7th, 2004

How to create a hierarchical navigation menu which expends the current section.

PHP programming >> mtdev.com
Broken Link | 283 clicks |
  • Currently 4/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
< Previous 1 2 3   5 Next >>