| Showing 1 - 10 from 59 tutorials on Page 1. |  | |
| | | Comparison Operators | | This cool tutorials teaches you how to use the comparison operator and when to you use the reference equality operator. | | Added: 25 April 2007 - Visits: 382 | | | | | | | | Classes | | Learn Advanced Object Oriented Programming for PHP. | | Added: 22 March 2007 - Visits: 146 | | | | | | | | 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... | | Added: 22 March 2007 - Visits: 137 | | | | | | | | Using Strings | | A large portion of Web programming requires strings to be handled and generated, so knowing how to use and handle strings properly is extremely important for PHP programmers. This tutorial starts with the simple constructs used to create strings and mov... | | Added: 22 March 2007 - Visits: 115 | | | | | | | | How to Bridge PHP and Java for Powerful Web Soluti... | | 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 br... | | Added: 22 March 2007 - Visits: 149 | | | | | | | | Using PCRE's | | A introduction to using Regular Expressions in PHP. | | Added: 22 March 2007 - Visits: 111 | | | | | | | | PHP Script Tips - Understanding String Literals an... | | A collection of 14 tips on PHP string literals, operations and conversaion. Clear explanations and tutorial exercises are provided on single-quoted strings, double-quoted strings, string elements, concatenation, converting values to strings, converting ... | | Added: 22 March 2007 - Visits: 123 | | | | | | | | PHP and UML Class Diagrams | | UML (Unified Modelling Language) is a mechanism for representing software in the form of diagrams. Essentially it allows to design our applications by drawing, and if the right tools existed, even generate code from the diagrams. In this article we'll l... | | Added: 22 March 2007 - Visits: 192 | | | | | | | | Alternating Table Row Colors with PHP and MySQL | | A very popular technique to better display content on your website utilizing MySQL and PHP to alternate your row colors of the tables your content is listed in. | | Added: 21 March 2007 - Visits: 335 | | | | | |