
Search In
In any project validation plays an important role.In laravel 4.x we have validation class which is used to
validating data and validating error message.
Basic Validation Example:
$validator = Validator::make(
array('name' => 'Dayle'),
a
Data validation becomes an important part of any of the application. It helps to make it sure that the data input by the user is proper or not.
Defining the validation rules in any application makes the form handling easier. Validation differs from
Two Login Samples
First Sign Up Sample for Username and Password .
Second Sign Up Sample for Email and Password.
Use the zip file and check the output .
Hope the code helps you
Thank you.
get rid of viagra emails viagra young people Viagra buy viagra in hong kong sildenafil generic Buy Viagra viagra user experiences viagra canada prescription
We can insert multiple records in database using PHP. To do this, suppose we have database *example* having table demo with columns firstname, lastname, email. We need to insert multiple record in the table by using PHP. To insert the multiple record
Objects are another powerful way of handling and storing of data. In arrays the indexes are commonly numerical; objects give us a better way of assigning and retrieving data.
<html>
<script type="text/javascript">
/* D
Here we will learn how to filter multiple variable using the filter_var_array() function.It returns an array of values for all the requested variables else it will return FALSE if failed.
Example
$abcd = array
(
"firstname" => "ravi",
Simple Mail Transfer Protocol (SMTP) is a protocol which handles sending e-mail and routing e-mail between mail servers .And with the help of smtp we can provides smtplib module which defines an SMTP client session object that can be used to send ma
Sometimes we required to generate a comma separated list of columns values. In SQL Server, we can make a comma separated list by using COALESCE function
Ex:
Declare @strmail varchar(max)
Select @strmail=COALESCE(@strmail+';' , ' ')+ email from
Here i am displaying you a demo of creating a html table using all the columns and rows of datatable in c#.
Suppose we have a datatable which contains data regarding items and we want this data to be sent to users through email as html(email`s body
