- Explode And List Functions
This example script / tutorial shows how to use the explode(), implode(), split(), and list() functions to manipulate and return string data. These functions are very useful when dealing with array and string data.
http://php.lansystems.com/index.php?archive=explode_and_list_functions.inc
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Introduction to Control Structures
Control structures are some of the coolest things in PHP. They take a lot of the work off of your shoulders and place the burden on the language itself. They are especially useful for making sites where you need to make a page do something over and over again. A simple looping statement, when used correctly, can pull all of that information for you and do it over and over again, thus making a large page like that a breeze. This article explains how to use these control structures and what each should be used for.
http://www.phpdeveloper.org/tutout.php?num=6
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Object-Oriented Programming with PHP
Couple Object-Oriented Programming with PHP and youve got features worth inheriting. From foundations to class to inheritance, this article makes understanding objects within PHP easy--and practical.
Price: Free
http://www.webreview.com/2000/06_02/developers/06_02_00_3.shtml
(Rating: 0.00 Votes: 0)
Rate It
Review It
- PHP Debugging with Class
This article talks about a technique for debugging CGI programs written with the PHP scripting language. Topics include: Creating the Debug Class, Testing the Debug Class, Using the Debug Class, Production Debugging, and more.
Price: Free
http://www.webtechniques.com/archives/1999/03/junk/
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Team development method for PHP
This article explains one of possible ways of developing PHP applications in a team. Discussion include: Single selector file, Database abstraction layer, Embedding PHP, and Separation to files by functionality. To illustrate the ideas explained, the author wrote a small notebook application using a MySQL database, available for download.
http://www.geocities.com/baglan_dos/articles.html
(Rating: 0.00 Votes: 0)
Rate It
Review It
- The Birth of a Function
Functions are the backbone of programming. If you don use functions, shame on you. They make your life as a hacker/programmer/code/guru/phphead so much easier. This tutorial explains how to write functions in PHP, for the newbie and the not so newbie people out there.
http://www.newbienetwork.net/sections.php?op=viewarticle&artid=16
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Using 2 Dimensional Arrays
This short code snippet shows how to use 2 dimensional arrays to store info for 3 people, each person with Age, Gender, and Job Title.
http://php.lansystems.com/index.php?archive=2d_arrays.inc
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Using PHP For Your Average Site: Applied PHP
A simply newbie tutorial on how to actually apply all the learned PHP Syntax into a couple of useful PHP functions, and how to use it for your web sites.
http://newbienetwork.net/sections.php?op=viewarticle&artid=9
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Using Variable Variables in PHP
The author notes "Quite possibly one of PHP’s least utilized yet most valuable features is its support for Variable Variables. In short these are a method of using the value of one variable to call the name of another." Topics covered: Using Variable Variables with Arrays, Variable Variables with Functions, Variable Variables with Classes, The Never-ending Variable, and more.
http://www.devshed.com/Server_Side/PHP/VarVar/
(Rating: 0.00 Votes: 0)
Rate It
Review It
|