Kaoz-tutorials
Filters | RSS feed RSS feed | Our Tutorials | Submit Tutorials | Contact

PHP programming > Basics

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

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 | 44 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 | 168 clicks |
  • Currently 4/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 | 32 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 | 135 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 | 91 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 | 44 clicks |
  • Currently 3/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 | 94 clicks |
  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5