
Search In
How to resolve Mcrypt extension is missing in Ubuntu 14.04 ?
When I was login to phpmyadmin, then I saw the message "mcrypt extension missing"
Try following command:
$ sudo updatedb
$ locate mcrypt.ini
It will show you located at /etc
Step1: First we have to add jcenter() repository to Project build.gradle
allprojects {
repositories {
jcenter()
}
}
Step2: Now add cropping library in our app build.gradle and synchronize the application.
compile 'com.theartofd
CakePHP comes with an default email library that already supports SMTP mail protocol. In this article we will come to know that how we can send an email in HTML or text both.
We have to define the layout of text and HTML emails In app/views/la
Hello Everyone, today I am here to guide you "How to calcuate distance between 2 place with the help of zip code in Php".
$point and $point are two places, you can pass these values into total_distance() function
$radius is earth radius in miles
$di
Hello friends, welcome to findnerd. I am writing this blog which will let you know how to check if record exists in Cakephp 2.* . The best way to do is to use Model::hasAny
hasAny( array $conditions null ) : Returns true if a record that meets given
i have this database which contain table for questions and other for answers
how can i display each questions with the answers that belong to this question
my problem is when i try to display the questions i get duplicated rows or all the answers for
Hello readers,
Question is how to make dashed border circle div ? Its looks so easy but its not.
For example below code -
div{
height:100px;
width: 100px;
background-color: #ccc;
border-radius: 50%;
border: 3px dashed #333;
}
Hi Friends,
Previously i tell you how to insert record in Acumatica ERP.
Today i will tell you how to update record in Acumatica ERP.
Below code will be used to update the record in Acumatica ERP.
var maint = PXGraph.CreateInstance<NewTimeAct
Hello Reader's,
Sometimes we require to calculate the age of user from the date of birth to current date during registration of a new user to check whether he/she is eligible or not to participate in any competitions. In that case, you need to ca
Hello Friends,
If you want to access repository function in your controller file under Symfony2. Please review the below code.
To use repository function in Symfony2, first we need to include repository file in your controller file top above your c
