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

Search In

Mcrypt extension is missing in phpmyadmin Ubuntu 14.04

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

How to crop an image in android

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

How to send email in cakePHP?

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

How to calcuate distance between 2 place with the help of zip code in Php

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

How to check if record exists in Cakephp ?

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

how to avoid duplicate data in php mysql ?

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

How to make dashed border circle div?

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; }

Update Record in Acumatica ERP

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

How to Calculate age in PHP based on DOB?

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

How to access repository function in Symfony2

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

1 14 408
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: