
Search In
Hello Friends,
Today, We will discuss a new feature Return type declaration which is introduced in Php 7. Return type declaration refers the type of the value that a function should return.
Following is the declaration type supported by the Php 7.
Sometime we require a condition where we need to add html tags in <appSettings> value.
If we directly add html tags in value then it gives the syntax error. To resolve this we need to add html tags in encoded form.
Here, below is the exam
Hello Readers,
Bitly API is a way to shrink long URLs so that we can share it on social media. For example on twitter we can't share long URL so it is a very easy way to shorten long URLs. The most important thing is no server side
If you are developing a web application or any website, you should have to take a stem to store your user's admin password securely in your database.
Secure way means that the way to save your password in your database in an encrypted way by whi
Hello Readers ,
If any one enters the wrong URL then how to show our custom error page , follow the below code.
Exception render need to set as an AppExceptionRender.
/app/Config/core.php
Configure::write('Exception', array(
'handler' =&g
While creating views you need to use textboxes for Registeration Page.
So validation needs to be done while submitting data
This is my model class where i have used validation
public enum getstatus
{
success, failure
}
public
Using the Amazon SES SMTP Interface to Send Email
To send email using the Amazon SES SMTP interface, you will need the following:
An AWS account. For more information, see Signing up for AWS.
The SMTP interface hostname and port number. The hostna
See the below steps to create sample application using JQuery, Spring MVC @RequestBody and JSON :
1- Define dependency for Spring, JSON in pom.xml as below:
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XML
Hello Readers,
During processing WHERE is used to SELECT data in the original tables while HAVING is used to filter the data in the result set that was produced by the query
WHERE and HAVING clause are used together in a SELECT que
We can’t think to operate our device without installing an antivirus program. An antivirus is a kind of software that protects a device from virus, spyware and malware with all its updated features. It also keeps user’s important data and
