
Search In
Var vs Dynamic Keywords in C#
1) Introduction of these keywords
var was introduced in C# 3.0.
dynamic was introduced in C# 4.0.
2) Variable initialization
When a variable is declared as var type then the variable is to be initiali
In this tutorial we will learn how to upload file with restriction on the type of file with the help of Codeigniter's upload class in the Codeigniter's library. With the help of this library we can set our preferences as per the uploading fil
Hello Reader!, You might have seen people using the '@' in the PHP coding. The operator '@' is used when you don't want to show the error messages even if they occur.
By using '@' the errors will be hidden.
Let's see the two syntax below:-
$MySql_Q
Hello Reader,
If you want to create WordPress custom login using AJAX below example will help you.
You just need to follow the steps one by one.
1.) copy the below line and paste it to header,php file under </head> section.
<script type
Remote Validation in ASP.NET MVC
Remote Validation is similar to an ajax call used for validating the user's input. The main purpose of remote validation is execution of back end query without performing a full server postback.
&nb
Forget Password function use in cakePhp for making it secure by sending the code to the database in encrypted form, and fetch the value from by using find keyword in the list, this will give you detail on the bases of email id.
Forexample: A us
Hello Readers if you want to upload files (images or music) then now Angular JS offers you a way lot more esier. Using angular give user a light and fast interface which is very useful for low internet speed connections.
Lets see the working example
While writing codes you need to convert it according to your requirement
For doing that you can do typecasting of the operands
Public Function GetFriendsToNudge(ByVal accessToken As String) As UsersResponse
Dim reader As SqlDataRe
Hello Reader's, If you are developing the form for multiple email address as input, then you need to validate each email individually. You can do it by validating on submit or after submit.
By using the Jquery script you can do it on user end, It w
I use sqlite3 library for using database in python. When I want to make a table, I get this error:
sqlite3.OperationalError: near "group": syntax error
My function that does this:
def connect():
conn = sqlite3.connect(dbpath)
cursor = c
