ArchiveJune 2012

More PHP String Functions

M

This is post 7 of 7 in the series “PHP Basics” An introductory series to PHP development Dynamic Websites Introduction to PHP Data Types, Variables and Constants Conditional Statements and Looping PHP Language Basics Strings More PHP String Functions This week I rewrote one of the PHP tasks from earlier and created a new function to emulate the functionality of str_pad.  The...

Strings

S

This is post 6 of 7 in the series “PHP Basics” An introductory series to PHP development Dynamic Websites Introduction to PHP Data Types, Variables and Constants Conditional Statements and Looping PHP Language Basics Strings More PHP String Functions PHP provides many different functions for manipulating strings.  Some of the more common functions are provided here, however for a...

PHP Language Basics

P

This is post 5 of 7 in the series “PHP Basics” An introductory series to PHP development Dynamic Websites Introduction to PHP Data Types, Variables and Constants Conditional Statements and Looping PHP Language Basics Strings More PHP String Functions This week I have been focusing on the first few chapters of Doyle (2010), specifically on PHP language basics, decisions and...

Conditional Statements and Looping

C

This is post 4 of 7 in the series “PHP Basics” An introductory series to PHP development Dynamic Websites Introduction to PHP Data Types, Variables and Constants Conditional Statements and Looping PHP Language Basics Strings More PHP String Functions Conditional statements (or decisions) and loops make up a good portion of programming code in general.  I am familiar with these...

Data Types, Variables and Constants

D

This is post 3 of 7 in the series “PHP Basics” An introductory series to PHP development Dynamic Websites Introduction to PHP Data Types, Variables and Constants Conditional Statements and Looping PHP Language Basics Strings More PHP String Functions Variables in PHP are similar to define and use as with other programming languages.  PHP uses loose typed variables, in other...

Introduction to PHP

I

This is post 2 of 7 in the series “PHP Basics” An introductory series to PHP development Dynamic Websites Introduction to PHP Data Types, Variables and Constants Conditional Statements and Looping PHP Language Basics Strings More PHP String Functions This week I have been reading the first five chapters of Beginning PHP 5.3, Doyle (2010).  Chapter 1 gave a good overview of PHP...

About Author

Ian Carnaghan

I am a software developer and online educator who likes to keep up with all the latest in technology. I also manage cloud infrastructure, continuous monitoring, DevOps processes, security, and continuous integration and deployment.

Follow Me