Home

Submit

Source

Feeds

Home » PHP » Object Oriented ::

PHP Object Oriented
In this article, I will be talking about a useful new feature introduced in PHP5 as part of the OOP improvements over PHP4.
Related Tutorials
PHP Object Oriented
Classes and OOP in PHP
PHP / Object Oriented
Object orientated programming (OOP) is a commonly used term when discussing modern programming techniques. One of the things that makes humans stand out is the ability to categorise - we put objects into categories of similar type of function.

Site: www.programmertutorials.com Report - View Tutorial

PHP Databases
Building a MySQL Class Using OOP
PHP / Databases
How to use object oriented programming in php to create a class to make interacting with MySQL databases much easier.

Site: www.shadow-fox.net Report - View Tutorial

PHP Security
IP Banning
PHP / Security
Like many webmasters, you're bound to attract some annoying visitors, such as spammers. This is inevitable, but you can fight back. The simplest method of cyber combat is banning the IP, although this is not the most powerful method it works 90% of the time.

Site: www.webdesign.org Report - View Tutorial

PHP Object Oriented
Classes and OOP in PHP
PHP / Object Oriented
An introduction to classes and object orientated programming in PHP.

Site: www.codebeach.com Report - View Tutorial

PHP Navigation
PHP Navigation, method A
PHP / Navigation
Manage your page's navigation, first method.

Site: www.jooldesigns.net Report - View Tutorial

PHP Navigation
PHP Navigation, method B
PHP / Navigation
How to manage your page's navigation, second method.

Site: www.jooldesigns.net Report - View Tutorial

PHP Object Oriented
Intro To Object Oriented: Creating Your First Class
PHP / Object Oriented
Introduction to object oriented programming (oop), create your very first php class.

Site: stilisticdev.net Report - View Tutorial

PHP Object Oriented
Introduction To Classes and Object Oriented Programming
PHP / Object Oriented
Learn a quick introduction to OOP (Object Oriented Programming). We will be creating a small class for fun to demonstrate how it all works.

Site: tutorialcode.com Report - View Tutorial

PHP Navigation
Search Engine Friendly PHP Pages
PHP / Navigation
When writing scripts, it is extremely important to have to ability to transfer information from one script to another. A common method to do this is with the GET convention. Search engine Web spiders, however, tend to ignore pages whose URL contains GET method parameters.

Site: www.zend.com Report - View Tutorial

PHP Miscellaneous
Receiving Non ASCII Characters from Input Forms
PHP / Miscellaneous
This tutorial explains: Basic Rules, Receiving Non ASCII Characters with GET Method, Receiving Non ASCII Characters with POST Method, Receiving Non ASCII Characters in UTF-8, Decoding HTML Entities.

Site: www.herongyang.com Report - View Tutorial

PHP Object Oriented
PHP Classes - OOP
PHP / Object Oriented
Most people are afraid of classes and refuse to see the use of them. I was, until I took a JAVA class, which requires the use of classes, and saw the actual beauty of them. Classes are really useful, they reduce the clutter of your code, and make updating a site very easy. Unfortunately, classes aren't as useful in PHP as in other languages, but I still like them. I'm going to use my site as an example, where I have the user_commands class, which handles all the users on the site (ie login, logout, session_ids, etc). It makes my code very neat and organized, and it really pays off when you need to make a change.

Site: www.webdesign.org Report - View Tutorial

PHP Redirection
Redirecting a Page using PHP
PHP / Redirection
Redirecting a page in PHP is an easy task. You can use the PHP Header method to redirect a visitor to a new page. The header() method is used to send HTTP headers back to the browser. The headers can be sent back to the browser only if there's no content or error messages shown in the page.

Site: www.codebeach.com Report - View Tutorial

PHP Network and Communication
URL Verification
PHP / Network and Communication
Do you have a big list of links in your database that you want to display but only want to show ones that are still in existance? Well theres a very easy method for doing so. All you need is the fsockopen() function. Here is an example.

Site: www.webdesign.org Report - View Tutorial

PHP Security
CSS File Protection
PHP / Security
In this tutorial I will try to teach you an experimental method for hiding CSS files I came up with a while ago.

Site: www.n1studios.net Report - View Tutorial

PHP Sessions and Cookies
Sessions
PHP / Sessions and Cookies
Sessions are a method storing and tracking data.

Site: www.htmlgoodies.com Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement