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 CommentLimit 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 CommentCounting 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 CommentIncluding 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 CommentViewing 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 CommentInserting 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 CommentCreating 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 CommentJavascript Redirect
This tutorial will show you how to redirect your page with JavaScript.
Read MoreLeave a CommentConnecting to a database
This tutorial will explain how to connect to your database.
Read MoreLeave a CommentStyling 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)



