Home

Submit

Source

Feeds

Home » PHP » Network and Communication ::

PHP Network and Communication
In this tutorial we will learn how to Using PHP classes to navigate distributed whois databases.
Related Tutorials
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 Databases
A Framework for Persisting Data Relationships
PHP / Databases
This tutorial will show you how to create relationships in your databases. PHP classes are provided that will perform the job.

Site: codewalkers.com Report - View Tutorial

PHP Object Oriented
Object Oriented Programming
PHP / Object Oriented
This tutorial covers the following: * The drawbacks to standard function libraries and how object-oriented programming helps to solve them * How to declare, implement, and use classes in PHP5 * How to extend classes * How to create hierarchies of related classes that share implementation and classes that expose common programming 'interfaces' * Some of the other details and features of classes in PHP

Site: www.brainbell.com 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 Object Oriented
Classes and Object-Oriented Programming in PHP
PHP / Object Oriented
In this tutorial, I'll introduce you to the concept of Classes and Objects in PHP. To put it simply, an Object in the context of programming languages is a data structure which can contain any number of variables and functions all held together under a Class name.

Site: www.roughguidetophp.com Report - View Tutorial

PHP Navigation
PHP Navigation
PHP / Navigation
Use php to navigate with, instead of frames, iframes etc.

Site: xonium.net Report - View Tutorial

PHP Databases
Making Data Dynamic
PHP / Databases
One of the main strengths of PHP is its support for a vast number of databases. Very often, PHP and MySQL are viewed as an entity. However, other databases have their strengths, toofor instance, it took MySQL a very long time to support features that are considered standard in other systems; however, MySQL is known to be very fast.

Site: www.brainbell.com Report - View Tutorial

PHP Object Oriented
Functions, Classes and Objects
PHP / Object Oriented
In this tutorial i will guide you through the evolution of some php code as it passes from being a function through a static class and finally end up as an object. there is plenty more i could share with you on the theory behind objects, but all we are looking at here is giving you the understanding you need to be able to go out and write your own classes.

Site: www.allsyntax.com Report - View Tutorial

PHP Databases
Databases in PHP - MySQL in PHP
PHP / Databases
Having studied database basics and taken a look at the Structured Query Language, it's time to dig in. Now we take a look at the use of MySQL in PHP.

Site: www.htmlgoodies.com Report - View Tutorial

PHP File Operations
Creating a file system browser
PHP / File Operations
In this tutorial I will show you how to create a PHP application to display directory content and navigate between them.

Site: www.phptoys.com Report - View Tutorial

PHP Databases
PHP and Accessing MySQL Databases
PHP / Databases
PHP can be used for many things, including grabbing your MySQL database entries.

Site: www.thescripts.com Report - View Tutorial

PHP Navigation
PHP A to Z sorting script
PHP / Navigation
Let's say you have a customer table you want to navigate alphabetically by customer last name.

Site: www.bewebmaster.com Report - View Tutorial

PHP Miscellaneous
PHP & Java
PHP / Miscellaneous
The Java extension is an extremely exciting tool. By learning how to use this module, you can extend PHP by the power of all available Java classes. To show you the basics of the Java extension, this article will cover installation and a few code examples of using PHP and Java together.

Site: www.phpbuilder.com Report - View Tutorial

PHP General Development
How to Bridge PHP and Java for Powerful Web Solutions
PHP / General Development
Here's how to team up two of the most popular and powerful platforms for web development together. With the php-java bridge you can build classes and jar files in Java and call them and use their methods in PHP. Use the quick and easy PHP language to bring Java muscle to your web pages.

Site: www.hiveminds.co.uk Report - View Tutorial

PHP Databases
Database Abstraction - PEAR::DB
PHP / Databases
In this tutorial I'll introduce you to the PEAR::DB classes. Alot of people use the mysql-specific functions to get at information in their SQL database. Porting code to other databases can be tiresome and annoying, use PEAR::DB and all that changes.

Site: www.webdesign.org Report - View Tutorial

 
Site Search

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