PHP Tutorial – Email Protector
PHP Tutorial – Email Protector In last PHP Tutorial we have learn Restrict Upload File Size or File Type which also can be use in Email. Very common problem we always face SPAM mail. In this PHP...
View ArticlePHP Login System Tutorial
PHP Login System Tutorial After read My this PHP Tutorial you can create a simple Login System in PHP. Mostly every website use login system for data security. Here i’m providing a Simple Code of...
View ArticlePHP Hit Counter Tutorial
PHP Hit Counter Tutorial : We know that mostly every website uses a Counter to Check the No. of Unique Visitor on their Website or Blog . So in this PHP Tutorial we will design a application which...
View ArticleJavaScript Snow Falling Code
JavaScript Snow Falling Code : In last Java Script Tutorial we teach how we can speed up image loading on webpage check it out if you missed it...
View ArticleHow to Detect Location by IP Address PHP
How to Detect Location by IP Address PHP : As we know there are many website on Internet which can Track Location by Using IP Address. This is possible to get Location like State , City etc by a PHP...
View ArticleJavaScript Browser History Navigation
JavaScript Browser History Navigation :In my last JavaScript Tutorial we designed a Animated Digital Clock. Today we learn a Special Function of java Script through which we can navigate the page...
View ArticleContact Form using PHP Tutorial
Contact Form using PHP Tutorial As we know in mostly website admin uses a Contact Us Page in Which a Contact Form is made in PHP. This contact form help user to contact or give feedback to Admin of...
View ArticleThumbnail Generator PHP Code
Thumbnail Generator PHP Code In my last PHP tutorial we learn how to create Contact Form using PHP . Now we move on image processing. Now a day mostly every website contains Image and on many web...
View ArticleJava Program to Implement Threads
Java Program to Implement Threads Java Program to implement threads : In this post we learn how we can implement thread in Java Programming. JAVA Code : public class ThreadShowName implements...
View ArticleMatlab Tutorial : Face Detection
Matlab Tutorial : Face Detection In this Article , We will design a face recognition system that attempts to recognize faces using the Matlab Programming. Matlab Code : function []=detect_face(I)...
View Article