Related Articles
Email Verification Confirmation Using PHP Codeigniter
Below is a simple program which shows email verification confirmation using a unique code, implemented in PHP,Mysql, Codeigniter. PHP Codeigniter Email Verification Step 1 :Create a table as shown below with email_verification_code as necessary column: [mysql] CREATE TABLE `users` ( `user_id` int(10) NOT NULL auto_increment, `first_name` varchar(45) NOT NULL, `last_name` varchar(45) NOT NULL, `email_verification_code` varchar(45) […]
Namecheap SSL Renewal Coupon 50% Off
If you are using Namecheap hosting and your domains SSL is expiring soon then you below Namecheap SSL Renewal Coupon where you get 50% off. Use the coupon below to get 50% off when you renew your free shared hosting SSLs for one year. Namecheap SSL Renewal Coupon Namecheap SSL Coupon Renew Your Free SSL […]
Javascript Key Codes
Key ==> Code backspace ==> 8 tab ==> 9 enter ==> 13 shift ==> 16 ctrl ==> 17 alt ==> 18 pause/break ==> 19 caps lock ==> 20 escape ==> 27 page up ==> 33 page down ==> 34 end ==> 35 home ==> 36 left arrow ==> 37 up arrow ==> 38 right arrow […]