Check For Empty Values

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.
Read the rest of this entry »

Advertise On PK-Tuts

Store An Array

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 »

Tutorials Written By Peter Kelly