Posted by Pete | Posted in PHP Functions | Posted on 30-11-2009-05-2008
0
In this tutorial we will create a function to check if a field is empty in either a string or an array. So this could be used to do a simple check on if a form field is left blank. I will show you an example on how to use it to check if a form field is empty.
Posted by Pete | Posted in PHP Functions | Posted on 30-11-2009-05-2008
0
This tutorial is an advancement to the first tutorial (here). This tutorial is able to run every time the page loads and removes any tags and helps stop injection into globals such as $_COOKIE, $_SERVER etc.
Posted by Pete | Posted in SSH/Bash | Posted on 15-11-2009-05-2008
0
In this short and simple tutorial we will look into why there is no function for renaming in SSH. Or is there!!
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.
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.
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.
Posted by Pete | Posted in PHP Functions | Posted on 12-10-2009-05-2008
0
So in my previous tutorial you have learnt how to get the latest twitter status well now we will learn how to update the twitter status with a random predefined message.