Inside-Out - Web Design & Development 4 Beginners

PHP Snippet Library

Formatting Date with PHP

Formatting Date with PHP
January 15, 2010
PHP Snippet Library

Easy level tutorial on formatting date with the date function in PHP to display on a web page.

Formatting Strings with PHP

Formatting Strings with PHP
January 12, 2010
PHP Snippet Library

A simple step-by-step tutorial on formatting strings with PHP. Using PHP functions such as strtolower, strtoupper, ucfirst, ucword and str_replace.

Simple PHP Gallery

Simple PHP Gallery
January 7, 2010
PHP Snippet Library

Build a simple PHP based image gallery to show the contents of your image folder.

Text Field to Dropdown

Text Field to Dropdown
December 30, 2009
PHP Snippet Library

Simple method for adding (populating) content to a drop down option box in your form via a text-field using JavaScript.

Change Page on Drop Down

Change Page on Drop Down
December 30, 2009
PHP Snippet Library

The following HTML/JavaScript snippet allows you to hyper-link to other pages via a simple form dropdown.