
Search In
Business people, employees, organizations, hospitals, hotels, corporate sectors, offices, airports and many others use email accounts to operate their work smoothly and quickly. Emails are known as electronic mail which can travel miles and miles wit
Remote Validation in ASP.NET MVC
The process of validating specific data field by posting it to server without posting the entire form is remote validation.
For e.g : There is a unique field in the database table,it's uniqueness needs t
While providing user login in encrypted username and password you need to make sure that the credentials entered will first be encrypted and then matched into the database entries for providing login.
ALTER PROC [dbo].[uspAuthentica
Using social media sites such as Facebook, Twitter, and Pinterest to interact and communicate with your customers is a wonderful approach to do so. However, due to the growth of social media, some individuals argue that email marketing is no longer e
Sending Emails in Rails using Gmail Account
For sending emails in rails,ActionMailer Class is used. Emails can be sent using any service providers like Gmail, Sendgrid, Mandrill or any other. Here we will see how we can send the emails using ou
Hi,
I'm a beginner in php. Starting my learning at php 7 and not 5 or earlier.
I don't understand why php 7 is showing me an error like this:
[09-Mar-2017 20:54:49 UTC] PHP Fatal error: Uncaught Error: Call to undefined method mysqli:
What is Mozilla Thunderbird ? Thunderbird is an email survival financed by Mozilla. It is sagacious to be round email heal and central enlightenment head that provides PIM functionality. It provides well-provided diversified features much for:
 
Step 1: Create a Database
First create a database named ‘email_exists’ you can change if you want, and create a table named ‘users’ and fields.
CREATE TABLE `users` (
`first_name` varchar(50) NOT NULL,
`last_name` varchar(50) NOT N
Hello Reader!
If you have been working with HTML 5 validation then on incorrect email address web broser will show the default error message "please enter a valid email address".
Now you can make it custom and write your own message. Lets see the cod
Sample Code that works for following module
1- Send email, one can use attachments as well.
2- Capture image using SquareCam Controller.
3- Upload image to server.
