Posted by Pete | Posted in PHP Beginners | Posted on 12-11-2009-05-2008
0
Manipulating strings for use with capitals is a simple job in PHP as there are 5 functions built in to help you with this task. strtoupper, strtolower, ucwords, ucfirst and lcfirst. In this tutorial I will show you how to use them and examples included.
-
Posted by Pete | Posted in PHP Tutorials | Posted on 12-11-2009-05-2008
0
Find out what people have searched on search engines to access your website. A similar feature can be found on google.com/webmasters but that’s is a 3′rd party script where as this can be hosted directly on your site.
Read the rest of this entry »
Posted by Pete | Posted in PHP Tutorials | Posted on 02-11-2009-05-2008
0
After a week off in the lake district im now back and ready for some coding. So heres a license system which will allow you to license off your coding work to only users you choose.
Read the rest of this entry »
Posted by Pete | Posted in PHP Functions, PHP Tutorials | Posted on 20-10-2009-05-2008
0
In this tutorial we will learn how to make a basic php template system. Which will allow us to include the template files into our php code.
Read the rest of this entry »
Posted by Pete | Posted in PHP Tutorials | Posted on 11-10-2009-05-2008
1
Pagination is used to allow you to split up rows in a MySQL table into multiple pages. In this tutorial we will show you how you can make a simple version.
Read the rest of this entry »
Posted by Pete | Posted in PHP Functions, PHP Tutorials | Posted on 11-10-2009-05-2008
1
In this tutorial we will learn how to encrypt an array with base64 and then serialize it so we are able to store it in a database without loosing the integrity or values.
Read the rest of this entry »
Posted by Pete | Posted in PHP Tutorials | Posted on 04-10-2009-05-2008
0
Well the next part is available for use
. This part of the usersystem is the next part to the part 1 which can be found here. In this part we will focus on creating a ranking system so we can distinguish who is an administrator and who is a member. We will also create a function so that updating a user’s details is simple. Once we have this function we will create a members list, profile page for each user, and allow the user to edit their profile and password. So lets get stuck in.
Read the rest of this entry »
Posted by Pete | Posted in PHP Beginners, PHP Tutorials | Posted on 03-10-2009-05-2008
0
After contact from some visitors starting to learn PHP. I am going to be writing a few tutorials on the basics of PHP. In this tutorial we will cover how to use the If Statements.
Read the rest of this entry »