Archive of 2009 November

28Nov2009
Author
Dave
Category
PHP
Tags
, ,
Using the Rand() function in PHP Thumbnail

Using the Rand() function in PHP

This tutorial introduces you to the function rand() MySQL has many built in functions one of which is called rand() which is short for random. From time to time you might want to display some results from your database in a different order and here's where the rand() function comes into play.

Read MoreLeave a Comment
28Nov2009
Author
Dave
Category
PHP
Tags
, , ,
Limit MySQL output Thumbnail

Limit MySQL output

This tutorial will show you how to limit how many results you get from a database query This tutorial assumes you have an understanding of basic PHP syntax.

Read MoreLeave a Comment
28Nov2009
Author
Dave
Category
PHP
Tags
,
Counting results in PHP Thumbnail

Counting results in PHP

A basic tutorial to show you how to use php to count the number of results in a MySQL query For this tutorial lets say you have a members site and would like to count how many members you have then print out the result.

Read MoreLeave a Comment
28Nov2009
Author
Dave
Category
PHP
Tags
, ,
Including files Thumbnail

Including files

Including files with php is very easy to do. This tutorial shows you how.

The main reasons why you might use php includes/require one of these reasons is to include the footer in to every page but only have one footer.

Read MoreLeave a Comment
28Nov2009
Author
Dave
Category
PHP
Tags
, , , ,
Viewing data from a database Thumbnail

Viewing data from a database

A tutorial on viewing data from a database. There are many ways to retrieve data from a database this tutorial will show you a popular way of selecting the data you want and then printing it to the page.

Read MoreLeave a Comment
28Nov2009
Author
Dave
Category
PHP
Tags
, , , ,
Inserting data into a database Thumbnail

Inserting data into a database

A tutorial on inserting data into your database. This tutorial assumes you have basic knowledge of PHP and you have access to a MySQL database. Also you can connect to your database.

Read MoreLeave a Comment
28Nov2009
Author
Dave
Category
PHP
Tags
, , ,
Creating a table within a database Thumbnail

Creating a table within a database

This tutorial will explain how to create a users table in your database. This tutorial will assume you know how to connect to the database.

Read MoreLeave a Comment
27Nov2009
Author
Dave
Category
Javascript
Tags
Javascript Redirect Thumbnail

Javascript Redirect

This tutorial will show you how to redirect your page with JavaScript.

Read MoreLeave a Comment
27Nov2009
Author
Dave
Category
PHP
Tags
, ,
Connecting to a database Thumbnail

Connecting to a database

This tutorial will explain how to connect to your database.

Read MoreLeave a Comment
13Nov2009
Author
Dave
Category
CSS
Tags
, ,
Styling forms with CSS Thumbnail

Styling forms with CSS

Forms come in all shapes and sizes but they all look the same and as such they all look really dull but you can change that by styling them with CSS so they match the theme of your site.

Read MoreView Comments (1)