Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Validation in Laravel 4.x

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 in Cake PHP

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

Custom Login Activity

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.

how viagra affects women

get rid of viagra emails viagra young people Viagra buy viagra in hong kong sildenafil generic Buy Viagra viagra user experiences viagra canada prescription

How to insert multiple records in Database?

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

Declaring Objects in javascript

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

Filtering multiple variables

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",

Python Sending Email using SMTP

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

Create a comma separated list from column

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

Create HTML table from datatable in C#

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

1 23 131
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: