Kaoz-tutorials
Filters | 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
Forms
Images
Object Oriented Programming
Security

File Handling in PHP October 16th, 2007

When writing applications for the web, it's often important to be able to save data. This is usually done one of two ways: writing data to a file, or saving it in a database (such as MySQL). Of course, the easier method (which doesn't require other technologies) is to write to files, and then read and parse them yourself. This simpler which is what I discuss here.

PHP programming >> Basics >> kirupa.com
Broken Link | 91 clicks |
  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

PHP and the UNIX Timestamp October 16th, 2007

This is a guide, you will not have a stand-alone effect or file by the end of this guide, but you will - hopefully - have an understanding of the Unix timestamp that allows you a powerful form of managing your PHP applications.

PHP programming >> Basics >> kirupa.com
Broken Link | 40 clicks |
  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

SimpleXML in PHP 5 October 16th, 2007

In PHP5, we can use the Simple XML class to quickly parse XML in as few as two lines of code.

PHP programming >> Basics >> kirupa.com
Broken Link | 162 clicks |
  • Currently 4/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

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 | 276 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 | 30 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 | 129 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 | 87 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 | 43 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 | 81 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 | 91 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 | 57 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 | 67 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 | 157 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 | 112 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 | 118 clicks |
  • Currently 2/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
< Previous 1 2 3   5 Next >>