Inside-Out - Web Design & Development 4 Beginners

How to set up a website

How to set up a website
January 11, 2010
Internet Success

Advice and tips for the absolute beginner on setting up a website. Featuring a tutorial on installing a WordPress website.

Showing data – MySQL with PHP

Showing data – MySQL with PHP
January 9, 2010
PHP basics

A look at simple implementation of PHP and MySQL for showing the contents of a MySQL database table. Beginners tutorial.

Adding data – MySQL with PHP

Adding data – MySQL with PHP
January 8, 2010
PHP basics

Here is the solution that all PHP/MySQL newbies ask for – how to add data to a MySQL database table using PHP via a webpage.

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.