View Single Post
Old 03-23-2014, 11:43 PM   #12
mikhapop
Registered User
 
Join Date: Mar 2014
Posts: 19
you will use if statements for validation
for example
if(strln($password) < 8)
{
echo "Your Password must be 8 char. at least";
}

and so on, and also you will use regular expressions a lot
__________________
Mega Business Solutions!
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
mikhapop is offline   Reply With Quote