Inside-Out - Web Design & Development 4 Beginners

Tips & Tricks

PHP: View an array in a readable format

PHP: View an array in a readable format
February 11, 2011
Tips & Tricks

Trying to read an array via print_r can be a bit of a strain. This an elegant, quick and easy solution for a better display in PHP.

Splitting a string with PHP: Explode

Splitting a string with PHP: Explode
February 10, 2011
PHP basics

Split a string in PHP by using explode. Turning a string into an array.

Saving an Array into a MySQL database table with Serialize

Saving an Array into a MySQL database table with Serialize
February 10, 2011
Tips & Tricks

Use serialize and unserialize to retain the structure of an array when saving to a MySQL database table.

Create a scrollable area – CSS

Create a scrollable area – CSS
January 26, 2010
CSS Basics

Instead of using a seo harmful iframe in your page, try this very simple CSS scrollable area script. Create and control contrainable content.

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.