php

Email Validation in PHP

Submitted by jkev on
Hi Guys, This code is an email validator. It will validate the email address that you input. If the email address is not valid, like it don’t have an @ symbol, then the script will display a message that the email is invalid. This script is useful if you have a user registration page. Sample code: Email Submit

Captcha Script

Submitted by jkev on
Hi guys, I have here a captcha source code that enables you to generate a random code and protect your page for spammers. You can insert this code to your project as a type of test that the response is generated by a human being. For more question about this code email me at [email protected]. Thank you. " id='captchaimg' > Enter the Code Above Submit The captcha code does not match! Code

Image Upload

Submitted by jkev on
Hello guys, In this code you will learn on how to upload image using PHP/MySQL. Import the image_upload.sql into MySQL. Hope that you will like this code. If you have question about this code, email me at [email protected]. Thank you. Sample Code: Image: Upload " width="100" height="100" alt="" class="img-rounded">

Animated Form Switching using Bootstrap Framework

Submitted by jkev on
Hi sourcecodester, This is an animated form switching using bootstrap framework. The script will switch between form login and signup page with transition effect. This code is simple but useful to your future project. To learn more about bootstrap framework please visit http://twitter.github.io/bootstrap/. Here's the sample code: FirstName LastName MiddleName Address Username Password Sign Up